Commit 882de5c9 by linjinhong

fix:修改podus物流跟踪号字段

parent 9406c2a6
...@@ -13,6 +13,7 @@ export interface SearchForm { ...@@ -13,6 +13,7 @@ export interface SearchForm {
shipmentType?: string shipmentType?: string
userMark?: string userMark?: string
processNumber?: string processNumber?: string
trackingNumber?: string
baseSku?: string baseSku?: string
factoryOrderNumber?: string factoryOrderNumber?: string
sku?: string sku?: string
......
...@@ -672,7 +672,7 @@ onMounted(() => { ...@@ -672,7 +672,7 @@ onMounted(() => {
</ElFormItem> </ElFormItem>
<ElFormItem label="物流跟踪号"> <ElFormItem label="物流跟踪号">
<ElInput <ElInput
v-model.trim="searchForm.processNumber" v-model.trim="searchForm.trackingNumber"
placeholder="物流跟踪号" placeholder="物流跟踪号"
clearable clearable
style="width: 150px" style="width: 150px"
......
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
</ElFormItem> --> </ElFormItem> -->
<ElFormItem label="物流跟踪号"> <ElFormItem label="物流跟踪号">
<ElInput <ElInput
v-model.trim="searchForm.processNumber" v-model.trim="searchForm.trackingNumber"
placeholder="物流跟踪号" placeholder="物流跟踪号"
clearable clearable
style="width: 150px" style="width: 150px"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment