loulijun2021
2023-03-01 9219fc482b055ef695d0b1377ee96d0c4d065a16
1.看板编码对接
已修改4个文件
15 ■■■■ 文件已修改
src/views/kb/cjsc.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/kb/cjzl.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/zzmx/chda.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/zzmx/gxdy.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/kb/cjsc.vue
@@ -370,7 +370,7 @@
      let startValue = 0 // 初始值
      const scale = 10// 刻度
      WkshpLineData({ LineCode: 'DEV01' }).then(res => {
      WkshpLineData({ LineCode: '001' }).then(res => {
        this.tableDataLeftTopTemp = res.data
        this.tableDataLeftTop = this.tableDataLeftTopTemp.slice(startValue, startValue + scale)
@@ -393,7 +393,7 @@
      let startValue = 0 // 初始值
      const scale = 10// 刻度
      WkshpLineData({ LineCode: 'DEV02' }).then(res => {
      WkshpLineData({ LineCode: '002' }).then(res => {
        this.tableDataLeftBottomTemp = res.data
        this.tableDataLeftBottom = this.tableDataLeftBottomTemp.slice(startValue, startValue + scale)
@@ -416,7 +416,7 @@
      let startValue = 0 // 初始值
      const scale = 10// 刻度
      WkshpLineData({ LineCode: 'DEV03' }).then(res => {
      WkshpLineData({ LineCode: '003' }).then(res => {
        this.tableDataRightTop = this.tableDataRightTopTemp.slice(startValue, startValue + scale)
        const loop = Math.floor(this.tableDataRightTopTemp.length / scale)// 需要循环的次数
@@ -438,7 +438,7 @@
      let startValue = 0 // 初始值
      const scale = 10// 刻度
      WkshpLineData({ LineCode: 'DEV04' }).then(res => {
      WkshpLineData({ LineCode: '004' }).then(res => {
        this.tableDataRightBottom = this.tableDataRightBottomTemp.slice(startValue, startValue + scale)
        const loop = Math.floor(this.tableDataRightBottomTemp.length / scale)// 需要循环的次数
src/views/kb/cjzl.vue
@@ -164,7 +164,7 @@
      tableDataCenterTop: [],
      tableDataCenterTopTemp: [],
      StepCode: 'Step02'
      StepCode: '02'
    }
  },
  created() {
src/views/zzmx/chda.vue
@@ -178,6 +178,7 @@
          <el-table-column
            prop="stocktypename"
            label="存货类型"
            show-tooltip-when-overflow
            sortable="custom"
            min-width="110"
          />
src/views/zzmx/gxdy.vue
@@ -364,7 +364,7 @@
          :data="workDialogForm.workTreeArr"
          show-checkbox
          node-key="code"
          style="height: 280px;"
          style="height: 280px;overflow: auto"
          default-expand-all
          :props="workTreeDefaultProps"
          @check="checkBoxClick"
@@ -411,7 +411,7 @@
          :data="defectTree"
          show-checkbox
          node-key="code"
          style="height: 400px;"
          style="height: 400px;overflow: auto"
          default-expand-all
          :props="workTreeDefaultProps"
        />