派件运单查询加企业税号

This commit is contained in:
wuteng 2025-08-25 16:42:16 +08:00
parent 0488e44a0d
commit 7a08a9abf1

View File

@ -107,6 +107,23 @@
<el-form-item label="寄件国家" prop="sendCountry">
<CountryPicker1 v-model="queryParams.sendCountry" :placeholder="$t('寄件国家')" ></CountryPicker1>
</el-form-item>
<el-form-item label="企业名称" prop="enterpriseName">
<el-input
v-model="queryParams.enterpriseName"
:placeholder="$t('企业名称')"
clearable
/>
</el-form-item>
<el-form-item label="企业税号" prop="enterpriseTaxId">
<el-input
v-model="queryParams.enterpriseTaxId"
:placeholder="$t('企业税号')"
clearable
/>
</el-form-item>
<el-form-item label="录单备注" prop="remark">
<el-input
v-model="queryParams.remark"
@ -314,7 +331,7 @@
:showStatInfo="true"
storageName="dispatchWaybillList_main"
storageName="dispatchWaybillList_main_250825"
:row-class-name="tableRowClassName"
v-loading="loading"
@ -485,7 +502,8 @@
</template>
</el-table-column>
<el-table-column :label="$t('企业名称')" align="center" prop="enterpriseName" min-width="80" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('企业税号')" align="center" prop="enterpriseTaxId" min-width="80" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('收货人')" align="center" prop="receiveName" min-width="80" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('收货电话')" align="center" prop="receiveMobile" min-width="80" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('收货公司')" align="center" prop="receiveCompany" min-width="80" :show-overflow-tooltip="true"/>
@ -743,6 +761,8 @@ export default {
sendAddress: null,
sendPostcode: null,
sendPcd: null,
enterpriseName: null,
enterpriseTaxId: null,
paymentType: null,
calcFeeType: null,
custNo: null,