feat:增长营业执照字段,订单搜索增加电池编号,退单增加操作人

This commit is contained in:
yangqingyuan
2024-08-08 10:24:48 +08:00
parent 8eee2c5b01
commit c92f09d621
3 changed files with 9 additions and 2 deletions
@@ -141,12 +141,12 @@
<a-col
v-bind="styleResponsive ? { md: 12, sm: 24, xs: 24 } : { span: 12 }"
>
<a-form-item label="营业执照" name="idCard">
<a-form-item label="营业执照" name="businessLicense">
<a-input
allow-clear
:maxlength="20"
placeholder="请输入营业执照号码"
v-model:value="form.idCard"
v-model:value="form.businessLicense"
/>
</a-form-item>
<a-form-item label="身份证号" name="idCard">
@@ -233,6 +233,7 @@
organizationId: undefined,
birthday: '',
idCard: '',
businessLicense: '',
comments: ''
});