Browse Source

Merge branch 'sit'

xiaodai2022 2 years ago
parent
commit
843e08049d

File diff suppressed because it is too large
+ 10 - 0
dist/static/js/0.js


File diff suppressed because it is too large
+ 10 - 0
dist/static/js/app.js


+ 3 - 3
src/views/sellOut/sellReturn/components/comExamForm.vue

@@ -227,9 +227,9 @@ export default {
     },
     is_th_change() {
       const { is_th } = this.ruleForm;
-      this.rulesThis.remark[0].required = is_th === "0";
-      this.rulesThis.return_company[0].required = is_th === "1";
-      this.rulesThis.return_wsm[0].required = is_th === "1";
+      this.rulesThis.remark[0].required = is_th === "1";
+      this.rulesThis.return_company[0].required = is_th === "0";
+      this.rulesThis.return_wsm[0].required = is_th === "0";
     },
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {

Some files were not shown because too many files changed in this diff