Browse Source

Merge branch 'sit'

xiaodai2022 2 years ago
parent
commit
bf1767e8fd
2 changed files with 13 additions and 3 deletions
  1. 10 0
      dist/static/js/0.js
  2. 3 3
      src/views/sellOut/sellReturn/components/comExamForm.vue

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


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

@@ -27,7 +27,7 @@
           </el-select>
         </el-form-item>
       </el-col>
-      <el-col :span="19" v-show="ruleForm.is_th === '0'">
+      <el-col :span="19" v-show="ruleForm.is_th === '1'">
         <el-form-item label="退货备注" prop="remark">
           <el-input
             type="textarea"
@@ -39,7 +39,7 @@
           />
         </el-form-item>
       </el-col>
-      <el-col :span="11" v-show="ruleForm.is_th === '1'">
+      <el-col :span="11" v-show="ruleForm.is_th === '0'">
         <el-form-item label="仓库信息" prop="return_company">
           <search-supplier
             :size="'mini'"
@@ -52,7 +52,7 @@
           />
         </el-form-item>
       </el-col>
-      <el-col :span="8" v-show="ruleForm.is_th === '1'">
+      <el-col :span="8" v-show="ruleForm.is_th === '0'">
         <el-form-item prop="return_wsm" label-width="10px">
           <!-- :disabled="sitem.companyNo === ''" -->
           <!-- :companyNo="sitem.companyNo" -->

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