Bladeren bron

Merge branch 'sit'

xiaodai2022 2 jaren geleden
bovenliggende
commit
843e08049d
3 gewijzigde bestanden met toevoegingen van 23 en 3 verwijderingen
  1. 10 0
      dist/static/js/0.js
  2. 10 0
      dist/static/js/app.js
  3. 3 3
      src/views/sellOut/sellReturn/components/comExamForm.vue

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