Browse Source

订单调整

qymljy 6 months ago
parent
commit
a514d3c263

+ 1 - 1
src/HDrpManagement/orderManage/details/index.vue

@@ -467,7 +467,7 @@ export default {
     },
     // 提交审核订单
     onSubmit (type) {
-      if (this.siteid == 'HY' || this.siteid == 'YOSTEST1'){
+      if (type == '提交' && (this.siteid == 'HY' || this.siteid == 'YOSTEST1')){
         this.$refs.dialogRef.dialogVisible = true
         this.$refs.dialogRef.form.reminddays = this.mainData.contract_reminddays
       }else {

+ 1 - 1
src/SDrpManagement/agentOrder/details/index.vue

@@ -505,7 +505,7 @@ export default {
     },
     // 提交审核订单
     onSubmit(type) {
-      if (this.siteid == 'HY' || this.siteid == 'YOSTEST1'){
+      if (type == '提交' && (this.siteid == 'HY' || this.siteid == 'YOSTEST1')){
         this.$refs.dialogRef.dialogVisible = true
         this.$refs.dialogRef.form.reminddays = this.mainData.contract_reminddays
       }else {

+ 1 - 1
src/SDrpManagement/salerOrder/details/index.vue

@@ -590,7 +590,7 @@ export default {
           message: this.$t("销售分类不能为空!"),
           type: "error",
         });
-      if (siteid == 'HY' || siteid == 'YOSTEST1'){
+      if (type == '提交' && (siteid == 'HY' || siteid == 'YOSTEST1')){
         this.$refs.dialogRef.dialogVisible = true
         this.$refs.dialogRef.form.reminddays = this.mainData.contract_reminddays
       }else {