| | |
| | | saleOrderDeliveryDate: '', // 预计交付日期 |
| | | |
| | | paystartdate: '', // 预计开工日期 |
| | | payenddate: ''// 预计完工日期 |
| | | payenddate: '', // 预计完工日期 |
| | | islastreport: '' |
| | | }, |
| | | operation: '', |
| | | dialogFormRules: { |
| | |
| | | data.push({ |
| | | 'erporderid': i.id, |
| | | 'sbid': i.sbid, |
| | | 'islastreport': i.islastreport, |
| | | 'erpordercode': i.wo, |
| | | 'partcode': i.partcode, |
| | | 'wkshopcode': i.wkshp_code, |
| | |
| | | |
| | | this.$nextTick(() => { |
| | | this.dialogForm.sbid = row.sbid |
| | | this.dialogForm.islastreport = row.islastreport |
| | | this.dialogForm.erporderid = row.id |
| | | this.dialogForm.erpordercode = row.wo |
| | | this.dialogForm.saleordercode = row.saleOrderCode |
| | |
| | | this.dialogForm = { |
| | | erporderid: '', // 订单id |
| | | sbid: '', // 订单明细id |
| | | islastreport: '', // |
| | | erpordercode: '', // 订单编号 |
| | | saleordercode: '', // 销售订单 |
| | | |
| | |
| | | this.$store.state.app.buttonIsDisabled = true |
| | | const data = { |
| | | 'sbid': this.dialogForm.sbid, |
| | | 'islastreport': this.dialogForm.islastreport, |
| | | 'erporderid': this.dialogForm.erporderid, |
| | | 'erpordercode': this.dialogForm.erpordercode, |
| | | 'saleordercode': this.dialogForm.saleordercode, |