| | |
| | | width="120px" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-form-item>{{ scope.row.customerOrderNo }}</el-form-item> |
| | | <el-form-item>{{ scope.row.contractNo }}</el-form-item> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-form-item class="inline-el-hidden">{{ |
| | | scope.row.partName |
| | | scope.row.productName |
| | | }}</el-form-item> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | <el-form-item>{{ scope.row.buyQtyDue }}</el-form-item> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | <!-- <el-table-column |
| | | header-align="center" |
| | | align="center" |
| | | label="已计划数量" |
| | |
| | | <template slot-scope="scope"> |
| | | <el-form-item>{{ scope.row.requireNumber }}</el-form-item> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> --> |
| | | <el-table-column |
| | | prop="remainderRequired" |
| | | header-align="center" |
| | |
| | | width="170px" |
| | | > |
| | | <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-input> --> |
| | | </el-form-item> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | width="60px" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.unit }}</span> |
| | | <span>{{ scope.row.otcUnit }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | width="160px" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-form-item>{{ scope.row.wantedDeliveryDate }}</el-form-item> |
| | | <el-form-item>{{ scope.row.deliveryDate }}</el-form-item> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | this.dataForm.customer = [] |
| | | const _that = this |
| | | customer.forEach((item) => { |
| | | item.qtyPlaned=item.buyQtyDue |
| | | const outPutBatchList = [] |
| | | _that.$set(item, 'outPutBatchList', outPutBatchList) |
| | | customerList.push(item) |