更新
This commit is contained in:
@@ -582,7 +582,7 @@ export default {
|
|||||||
title: "交易审核通过说明",
|
title: "交易审核通过说明",
|
||||||
placeholder: "请输入交易审核通过说明",
|
placeholder: "请输入交易审核通过说明",
|
||||||
auditMark: 1,
|
auditMark: 1,
|
||||||
updateSource: "",
|
updateSource: "REFINERY_OMS_WEB",
|
||||||
});
|
});
|
||||||
this.controlWindows.examine = true;
|
this.controlWindows.examine = true;
|
||||||
},
|
},
|
||||||
@@ -592,7 +592,7 @@ export default {
|
|||||||
title: "交易审核不通过说明",
|
title: "交易审核不通过说明",
|
||||||
placeholder: "请输入交易审核不通过说明",
|
placeholder: "请输入交易审核不通过说明",
|
||||||
auditMark: -1,
|
auditMark: -1,
|
||||||
updateSource: "",
|
updateSource: "REFINERY_OMS_WEB",
|
||||||
});
|
});
|
||||||
this.controlWindows.examine = true;
|
this.controlWindows.examine = true;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user