This commit is contained in:
aihe 2024-06-11 14:43:10 +08:00
parent c96e3785b9
commit 5a0d69486e
4 changed files with 4 additions and 4 deletions

View File

@ -117,7 +117,7 @@
stockRoomId: '',
countryId: '',
wayId: '',
type: sendTypeList[0].val,
type: '',
paytype: '',
otherDes: '',
prodId: 1,

View File

@ -122,7 +122,7 @@
stockRoomId: '',
countryId: '',
wayId: '',
type: sendTypeList[0].val,
type: '',
paytype: '',
otherDes: '',
prodId: 1,

View File

@ -246,7 +246,7 @@
stockRoomId: '',
countryId: '',
wayId: '',
type: sendTypeList[0].val,
type: '',
paytype: '',
otherDes: '',
prodId: 1,

View File

@ -176,7 +176,7 @@
return {
searchParam: {
keyword: '',
ordStatus: ordStatusList[0].val // 订单状态, 1:寄件; 2:收件; 3:待付款;
ordStatus: '' // 订单状态, 1:寄件; 2:收件; 3:待付款;
},
showSearchMore: false,
showCladar: false,