|
@@ -59,6 +59,14 @@
|
|
|
<ws-form-item label="身份证号" span="1" prop="customerNumberCard">
|
|
|
<ws-input v-model="customerList.customerNumberCard" placeholder="请输入身份证号" maxlength="18" size="small"
|
|
|
:disabled="disabled" />
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="所属供应商" span="1" prop="supplier" label-width="80px">
|
|
|
+ <ws-input v-model="customerList.supplier" placeholder="请输入供应商姓名" maxlength="15" size="small"
|
|
|
+ :disabled="disabled" />
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="供应商电话 " span="1" prop="supplierPhone" label-width="80px">
|
|
|
+ <ws-input v-model="customerList.supplierPhone" placeholder="请输入供应商电话" maxlength="15" size="small"
|
|
|
+ :disabled="disabled" />
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="银行卡号" span="1" prop="bankCard">
|
|
|
<ws-input type="number" @mousewheel.native.prevent v-model="customerList.bankCard" placeholder="请输入银行卡号" maxlength="19" size="small"
|