This commit is contained in:
aihe 2024-12-21 00:02:30 +08:00
parent e2f9f01d6c
commit bfbe7efa2f
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"appid" : "__UNI__BCB0FB5", "appid" : "__UNI__BCB0FB5",
"description" : "探路国际速运", "description" : "探路国际速运",
"versionName" : "1.0.1", "versionName" : "1.0.1",
"versionCode" : "1051", "versionCode" : "1052",
"transformPx" : false, "transformPx" : false,
/* 5+App特有相关 */ /* 5+App特有相关 */
"app-plus" : { "app-plus" : {

View File

@ -434,6 +434,10 @@
this.submitParam.sendDate = getOrderModels().sendDate this.submitParam.sendDate = getOrderModels().sendDate
} }
} }
let qsParam = this.queryOption.defaultSubParams || {}
if(qsParam.warehouseInNo) {
this.submitParam.warehouseInNo = qsParam.warehouseInNo
}
this.pageLoading = false this.pageLoading = false
}, },