zhangyuewww 3 年之前
父節點
當前提交
d49f323e0b
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/views/houseSelfCollect/customerManagementAdd.vue

+ 8 - 0
src/views/houseSelfCollect/customerManagementAdd.vue

@@ -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"