Ver Fonte

Merge branch 'sit'

xiaodai2022 há 2 anos atrás
pai
commit
843e08049d

Diff do ficheiro suprimidas por serem muito extensas
+ 10 - 0
dist/static/js/0.js


Diff do ficheiro suprimidas por serem muito extensas
+ 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) => {

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff