|
@@ -13,9 +13,9 @@ Page({
|
|
|
icon: "icon-tabfujian1",
|
|
|
model: "#Query"
|
|
|
}, {
|
|
|
- label: "装箱明细",
|
|
|
+ label: "送货明细", //label: "装箱明细",
|
|
|
icon: "icon-tabcaozuojilu1",
|
|
|
- model: "#Binding"
|
|
|
+ model: "#Delivery" //"#Binding"
|
|
|
}]
|
|
|
},
|
|
|
onLoad(options) {
|
|
@@ -136,7 +136,7 @@ Page({
|
|
|
content: '是否确认收货?确认后不可更改',
|
|
|
complete: (res) => {
|
|
|
if (res.confirm) _Http.basic({
|
|
|
- "id": "20221122133204",
|
|
|
+ "id": "20230721104302",
|
|
|
"content": {
|
|
|
"sa_logisticsid": that.data.sa_logisticsid
|
|
|
}
|
|
@@ -168,7 +168,7 @@ Page({
|
|
|
content.pageNumber = 1;
|
|
|
content.pageSize = (page.data.content.pageNumber - 1) * page.data.content.pageSize;
|
|
|
_Http.basic({
|
|
|
- "id": wx.getStorageSync('userrole') == '业务员' ? 20221122132804 : 20230111141104,
|
|
|
+ "id": 20230720142102,
|
|
|
content
|
|
|
}).then(res => {
|
|
|
console.log("更新订单列表", res)
|