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