Merge branch 'master' of http://114.132.189.42:9002/r/zs-mes-before
| | |
| | | } |
| | | if (this.permissions.customerorder_submit_oa) { |
| | | this.table.toolbar.push({ |
| | | text: '提交审核', |
| | | text: '提交OA审核', |
| | | type: 'primary', |
| | | fun: this.auditCustomerOrder, |
| | | disabled: false, |
| | |
| | | label="本次计划数量" |
| | | > |
| | | <template scope="scope"> |
| | | <el-form-item |
| | | <el-form-item>{{ scope.row.qtyPlaned }}</el-form-item> |
| | | <!-- <el-form-item |
| | | :prop="'customer.' + scope.$index" |
| | | :rules="rules.qtyPlaned" |
| | | > |
| | | <el-input |
| | | v-model="scope.row.qtyPlaned" |
| | | placeholder="请输入本次计划数量" |
| | | ></el-input> |
| | | </el-form-item> |
| | | ></el-input> --> |
| | | <!-- </el-form-item> --> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | customerList.push(item) |
| | | }) |
| | | this.dataForm.customer = JSON.parse(JSON.stringify(customerList)) |
| | | this.dataForm.customer.forEach(item=>{ |
| | | item.qtyPlaned=item.buyQtyDue |
| | | }) |
| | | }) |
| | | }, |
| | | dataFormSubmit() { |