modified: src/views/plan/customerorder/customerorder-form.vue
modified: src/views/plan/masterproductionschedule/index.vue
| | |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item label="客户订单状态" prop="returnStatus"> |
| | | <el-form-item label="客户订单状态" prop="coState"> |
| | | <el-input |
| | | v-model="dataForm.returnStatus" |
| | | v-model="dataForm.coState" |
| | | placeholder="" |
| | | filterable |
| | | style="width: 100%" |
| | |
| | | ) |
| | | } |
| | | } |
| | | let val="" |
| | | this.coStates.forEach(item=>{ |
| | | if(item.value==this.dataForm.coState){ |
| | | val=item.label |
| | | } |
| | | }) |
| | | this.dataForm.coState=val |
| | | }) |
| | | } else { |
| | | this.title = '新增' |
| | |
| | | } |
| | | }) |
| | | }, |
| | | |
| | | getFileList() { |
| | | this.fileList = [] |
| | | const queryParam = { orderNumber: this.dataForm.contractNo } |
| | |
| | | this.getConfigFiles() |
| | | }, |
| | | delProcessConfigFile(row) { |
| | | if (row.lineNumber !== this.dataForm.otcLineNo) { |
| | | this.$message.error('上传文件行号与当前销售订单行号不一致,不允许删除') |
| | | } else { |
| | | this.$confirm('是否删除工艺配置文件', '提示', { |
| | | // if (row.lineNumber !== this.dataForm.otcLineNo) { |
| | | // this.$message.error('上传文件行号与当前销售订单行号不一致,不允许删除') |
| | | // } else { |
| | | // this.$confirm('是否删除工艺配置文件', '提示', { |
| | | // confirmButtonText: '确定', |
| | | // cancelButtonText: '取消', |
| | | // type: 'warning', |
| | | // closeOnClickModal: false |
| | | // }) |
| | | // .then(function() { |
| | | // return deleteProcessConfigFile(row.id) |
| | | // }) |
| | | // .then((data) => { |
| | | // this.getConfigFiles() |
| | | // }) |
| | | // } |
| | | this.$confirm('是否删除工艺配置文件', '提示', { |
| | | confirmButtonText: '确定', |
| | | cancelButtonText: '取消', |
| | | type: 'warning', |
| | |
| | | .then((data) => { |
| | | this.getConfigFiles() |
| | | }) |
| | | } |
| | | }, |
| | | downloadProcessConfigFile(row) { |
| | | downloadProcessConfigFile( |
| | |
| | | type="primary" |
| | | style="margin-left:10px;" |
| | | >SCM状态变更 |
| | | </el-button> |
| | | </el-button> --> |
| | | <el-button |
| | | type="primary" |
| | | style="margin-left:10px;" |
| | | >新增采购计划 |
| | | </el-button> --> |
| | | </el-button> |
| | | </template> |
| | | </ttable> |
| | | |
| | |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | minWidth: '140', |
| | | prop: 'outerColor', |
| | | label: '外护颜色', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | minWidth: '140', |
| | | prop: 'lengthRequirement', |
| | | label: '盘长要求', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | minWidth: '140', |
| | | prop: 'printRequirement', |
| | | label: '印字要求', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | // { |
| | | // minWidth: '140', |
| | | // prop: 'outerColor', |
| | | // label: '外护颜色', |
| | | // sort: true, |
| | | // isTrue: true, |
| | | // isSearch: true, |
| | | // searchInfoType: 'text' |
| | | // }, |
| | | // { |
| | | // minWidth: '140', |
| | | // prop: 'lengthRequirement', |
| | | // label: '盘长要求', |
| | | // sort: true, |
| | | // isTrue: true, |
| | | // isSearch: true, |
| | | // searchInfoType: 'text' |
| | | // }, |
| | | // { |
| | | // minWidth: '140', |
| | | // prop: 'printRequirement', |
| | | // label: '印字要求', |
| | | // sort: true, |
| | | // isTrue: true, |
| | | // isSearch: true, |
| | | // searchInfoType: 'text' |
| | | // }, |
| | | { |
| | | minWidth: '140', |
| | | prop: 'orderRemark', |