lixuan #1

Merged
lixuan merged 73 commits from lixuan into master 2023-02-27 16:57:43 +08:00
Showing only changes of commit 31deda59a9 - Show all commits

View File

@@ -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;
}, },