|
@@ -22,7 +22,7 @@
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|
|
|
<a-form-item label="店内调出单号">
|
|
|
- <a-input id="warehousingAuditList-purchaseBillNo" v-model.trim="queryParam.purchaseBillNo" allowClear placeholder="请输入店内调出单号"/>
|
|
|
+ <a-input id="storeTransferOutList-storeCallOutNo" v-model.trim="queryParam.storeCallOutNo" allowClear placeholder="请输入店内调出单号"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<template v-if="advanced">
|
|
@@ -190,6 +190,7 @@ export default {
|
|
|
outWarehouseEndDate: '',
|
|
|
customerNameCurrent: undefined, // 调往对象
|
|
|
customerSnCurrent: undefined,
|
|
|
+ storeCallOutNo: undefined, // 店内调出单号
|
|
|
callOutType: undefined, // 调拨类型
|
|
|
state: undefined, // 业务状态
|
|
|
settleState: undefined // 财务状态
|
|
@@ -300,6 +301,7 @@ export default {
|
|
|
this.$refs.custList.resetForm()
|
|
|
this.queryParam.customerSnCurrent = undefined
|
|
|
this.queryParam.customerNameCurrent = undefined
|
|
|
+ this.queryParam.storeCallOutNo = undefined
|
|
|
this.queryParam.callOutType = undefined
|
|
|
this.queryParam.state = undefined
|
|
|
this.queryParam.settleState = undefined
|