| | |
| | | code: '1013', |
| | | component: () => import('@/views/jcsz/wldw'), |
| | | meta: { code: '1013', title: '往来单位', icon: '', keepAlive: true } |
| | | }, |
| | | } |
| | | // { |
| | | // path: 'adsz', |
| | | // name: 'ADZZCancel', |
| | |
| | | code: '1022', |
| | | component: () => import('@/views/sbgl/sbqd'), |
| | | meta: { code: '1022', title: '设备清单', icon: '', keepAlive: true } |
| | | }, |
| | | } |
| | | // { |
| | | // path: 'djbz', |
| | | // name: 'DJBZCancel', |
| | |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="usermoney" |
| | | label="记件工资" |
| | | label="计件工资" |
| | | width="110" |
| | | sortable="custom" |
| | | > |
| | |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="usermoney" |
| | | label="个人记件工资" |
| | | label="个人计件工资" |
| | | width="130" |
| | | sortable="custom" |
| | | > |
| | |
| | | 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 |
| | | }) |
| | |
| | | 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 |
| | |
| | | :data="workDialogForm.workTreeArr" |
| | | show-checkbox |
| | | node-key="code" |
| | | style="height: 280px;" |
| | | style="height: 280px;overflow: auto" |
| | | default-expand-all |
| | | :props="workTreeDefaultProps" |
| | | @check="checkBoxClick" |
| | |
| | | :data="defectTree" |
| | | show-checkbox |
| | | node-key="code" |
| | | style="height: 400px;" |
| | | style="height: 400px;overflow: auto" |
| | | default-expand-all |
| | | :props="workTreeDefaultProps" |
| | | /> |