| | |
| | | </el-select> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | <!-- <el-table-column |
| | | prop="isReportOperation" |
| | | label="IFS车间订单接收时报告工序" |
| | | align="center" |
| | |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.isReportOperation ? '是' : '否' }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> --> |
| | | </el-table> |
| | | </div> |
| | | </div> |
| | |
| | | unit: item.unit, |
| | | workShop: null, |
| | | workshopTypeCode: 'M', |
| | | requiredDate: null, |
| | | requiredDate: this.masterProduction.requiredDate, |
| | | id: item.id, |
| | | manufactureAttr: this.masterProduction.manufactureAttr, |
| | | isReportOperation: this.isReportOperation |
| | |
| | | }, |
| | | getWorkShopOptions() { |
| | | remote('work_shop').then((response) => { |
| | | console.log("高压",response); |
| | | if (response.data.code === 0) { |
| | | this.workShopOptions = response.data.data |
| | | } else { |