lilei 2 years ago
parent
commit
d814e0f22e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      src/views/numsGoodsShelves/approveStore/authPass.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1659317689720
+  "version": 1659324076988
 }

+ 1 - 1
src/views/numsGoodsShelves/approveStore/authPass.vue

@@ -124,7 +124,7 @@
                 <custList ref="custList" :isEnabled="true" @change="custChange" v-model="form.customerSn"></custList>
               </a-form-model-item>
             </a-col>
-            <a-col :span="12">
+            <a-col :span="12" v-if="form.settleType == 'CREDIT'">
               <a-form-model-item label="授信额度" prop="creditLimit">
                 <a-input-number :min="100" style="width:100%" :precision="2" v-model="form.creditLimit" placeholder="请输入大于100的数字(最多允许两位小数)"></a-input-number>
               </a-form-model-item>