snow 2 years ago
parent
commit
77aa97825f

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


+ 1 - 1
src/components/ExTableNew.vue

@@ -219,7 +219,7 @@ export default {
     /**
      * el-table-column 表格列属性集合
      * 自定义属性:
-     * @param {String}       _filter_       : 是否不允许设置列
+     * @param {String}       _filter_        : 是否不允许设置列
      * @param {Boolean}       _noset_        : 是否不允许设置列
      * @param {Boolean}        _screen_      : 是否允许筛选
      * @param {Boolean}        _hidden_      : 是否隐藏列

+ 1 - 1
src/views/goodStore/goodsCost/components/copy-baseForm.vue

@@ -1459,7 +1459,7 @@ export default {
     },
     async number_change(e, key) {
       this.ruleForm[key] = e + "" || "0";
-      this.$refs.ruleForm.validateField(key);
+      this.$refs.ruleForm && this.$refs.ruleForm.validateField(key);
       await this.get_all_fee();
     },
     openEdit(index, sitem) {

+ 2 - 2
src/views/serviceParam/workCompany/index.vue

@@ -82,7 +82,7 @@
                   placeholder="公司名称"
                 ></el-input>
               </el-col>
-              <el-col :span="4" style="width: 170px; padding: 0 0 0 10px">
+              <!-- <el-col :span="4" style="width: 170px; padding: 0 0 0 10px">
                 <el-input
                   :size="searchSize"
                   v-model="parmValue.creater"
@@ -107,7 +107,7 @@
                   "
                   placeholder="负责人部门"
                 ></el-input>
-              </el-col>
+              </el-col> -->
               <el-col
                 :span="3"
                 class="fr"

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