loulijun2021
2023-03-27 e811bfc52c2126af45e8fe49dd29af12c022f6c1
src/views/kb/cjsc.vue
@@ -37,8 +37,8 @@
              >
                <el-table-column
                  prop="saleOrderCode"
                  label="销售单号"
                  width="130"
                  label="生产订单"
                  width="170"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{
@@ -50,7 +50,7 @@
                </el-table-column>
                <el-table-column
                  prop="partname"
                  width="170"
                  width="140"
                  label="产品名称"
                >
                  <template slot-scope="{row}">
@@ -61,7 +61,7 @@
                <el-table-column
                  prop="good_qty"
                  label="数量"
                  width="70"
                  width="60"
                />
              </el-table>
            </div>
@@ -123,7 +123,7 @@
              </el-table-column>
              <el-table-column
                prop="partname"
                width="150"
                width="120"
                label="产品名称"
              >
                <template slot-scope="{row}">
@@ -177,7 +177,7 @@
              <el-table-column
                prop="stepname"
                label="工序"
                width="100"
                width="130"
              >
                <template slot-scope="{row}">
                  <div
@@ -219,8 +219,8 @@
              >
                <el-table-column
                  prop="saleOrderCode"
                  label="销售单号"
                  width="130"
                  label="生产订单"
                  width="170"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{
@@ -232,7 +232,7 @@
                </el-table-column>
                <el-table-column
                  prop="partname"
                  width="170"
                  width="140"
                  label="产品名称"
                >
                  <template slot-scope="{row}">
@@ -243,7 +243,7 @@
                <el-table-column
                  prop="good_qty"
                  label="数量"
                  width="70"
                  width="60"
                />
              </el-table>
            </div>
@@ -349,7 +349,7 @@
    // 获取左上数据并定时刷新
    getLeftTopTableDataSetInterval() {
      let startValue = 0 // 初始值
      const scale = 10// 刻度
      const scale = 24// 刻度
      WkshpLineData({ LineCode: '001' }).then(res => {
        this.tableDataLeftTopTemp = res.data
@@ -373,7 +373,7 @@
    // 获取右上数据并定时刷新
    getRightTopTableDataSetInterval() {
      let startValue = 0 // 初始值
      const scale = 10// 刻度
      const scale = 24// 刻度
      WkshpLineData({ LineCode: '002' }).then(res => {
        this.tableDataRightTopTemp = res.data