loulijun2021
2023-03-08 43c4e92784dcfb82872a3f1ff2e49ea0f054c7e2
1.提交
已修改5个文件
16 ■■■■ 文件已修改
src/router/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/bbgl/bzgz.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/bbgl/rygz.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/scgl/sckbg.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/zzmx/gxdy.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js
@@ -150,7 +150,7 @@
        code: '1013',
        component: () => import('@/views/jcsz/wldw'),
        meta: { code: '1013', title: '往来单位', icon: '', keepAlive: true }
      },
      }
      // {
      //   path: 'adsz',
      //   name: 'ADZZCancel',
@@ -195,7 +195,7 @@
        code: '1022',
        component: () => import('@/views/sbgl/sbqd'),
        meta: { code: '1022', title: '设备清单', icon: '', keepAlive: true }
      },
      }
      // {
      //   path: 'djbz',
      //   name: 'DJBZCancel',
src/views/bbgl/bzgz.vue
@@ -186,7 +186,7 @@
          </el-table-column>
          <el-table-column
            prop="usermoney"
            label="记件工资"
            label="计件工资"
            width="110"
            sortable="custom"
          >
src/views/bbgl/rygz.vue
@@ -189,7 +189,7 @@
          </el-table-column>
          <el-table-column
            prop="usermoney"
            label="个人记件工资"
            label="个人计件工资"
            width="130"
            sortable="custom"
          >
src/views/scgl/sckbg.vue
@@ -1699,7 +1699,7 @@
        this.dialogForm.startqty = obj.noreportqty
        this.dialogForm.nextstepname = obj.nextstepname
        this.dialogForm.nextstepcode = obj.nextstepcode
        this.dialogForm.nextstepcode = obj.nextstepcode ? obj.nextstepcode : obj.stepcode
        this.dialogForm.startqtySum = obj.noreportqty
      })
@@ -1760,7 +1760,7 @@
        this.dialogForm.stepcode = obj.stepcode
        this.dialogForm.nextstepname = obj.nextstepname
        this.dialogForm.nextstepcode = obj.nextstepcode
        this.dialogForm.nextstepcode = obj.nextstepcode ? obj.nextstepcode : obj.stepcode
        this.dialogForm.noputqty = obj.noputqty
        this.dialogForm.stepseq = obj.seq
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"
        />