|
@@ -48,6 +48,7 @@ export default {
|
|
'selection-change': this.selectionChange
|
|
'selection-change': this.selectionChange
|
|
},
|
|
},
|
|
formData: {
|
|
formData: {
|
|
|
|
+ examineStatus_cp:"",
|
|
examineStatus: "",
|
|
examineStatus: "",
|
|
examineRemark: "",
|
|
examineRemark: "",
|
|
},
|
|
},
|
|
@@ -79,7 +80,7 @@ export default {
|
|
md: 24,
|
|
md: 24,
|
|
options: [{ value: "OK", label: "审批通过" }, { value: "FAIL", label: "审批驳回" }],
|
|
options: [{ value: "OK", label: "审批通过" }, { value: "FAIL", label: "审批驳回" }],
|
|
attributes: { disabled: this.openType == 0 },
|
|
attributes: { disabled: this.openType == 0 },
|
|
- formItemAttributes: { label: '审批状态', prop: 'examineStatus', rules: [...required] },
|
|
|
|
|
|
+ formItemAttributes: { label: '审批状态', prop: 'examineStatus_cp', rules: [...required] },
|
|
}, {
|
|
}, {
|
|
name: 'el-input',
|
|
name: 'el-input',
|
|
md: 24,
|
|
md: 24,
|
|
@@ -175,7 +176,7 @@ export default {
|
|
if (valid) {
|
|
if (valid) {
|
|
enginMaterialExamine({
|
|
enginMaterialExamine({
|
|
id: this.formData.orderId,
|
|
id: this.formData.orderId,
|
|
- examineStatus: this.formData.examineStatus,
|
|
|
|
|
|
+ examineStatus: this.formData.examineStatus_cp,
|
|
examineRemark: this.formData.examineRemark
|
|
examineRemark: this.formData.examineRemark
|
|
}).then(res => {
|
|
}).then(res => {
|
|
this.$refs.pageRef.refreshList()
|
|
this.$refs.pageRef.refreshList()
|