浏览代码

Merge branch 'sit'

xiaodai2022 2 年之前
父节点
当前提交
bf1767e8fd
共有 2 个文件被更改,包括 13 次插入3 次删除
  1. 10 0
      dist/static/js/0.js
  2. 3 3
      src/views/sellOut/sellReturn/components/comExamForm.vue

文件差异内容过多而无法显示
+ 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" -->

部分文件因为文件数量过多而无法显示