diff --git a/components/psDetail.vue b/components/psDetail.vue index 5c823d5..7b4c0b6 100644 --- a/components/psDetail.vue +++ b/components/psDetail.vue @@ -212,18 +212,18 @@ - 装盘明细({{pallet&&pallet.instdetailList?pallet.instdetailList.length:0}}) + 装盘明细({{pallet?pallet.loadQty:0}}) - {{ item.groupDesc }} ({{ item.qty?parseFloat(item.qty).toFixed(2):'0.00'}}) + {{ item.groupDesc }} ({{ item.qty?parseInt(item.qty):'0'}}) - {{ row.assemcode }} ({{ row.qty?parseFloat(row.qty).toFixed(2):'0.00' }}) + {{ row.assemcode }} ({{ row.qty?parseInt(row.qty):'0' }}) @@ -477,7 +477,6 @@ cell["qty"]=this.getQty(cell.items); this.$forceUpdate(); }); - // this.pallet["instdetailList"]=res.data; this.$forceUpdate(); } diff --git a/pages.json b/pages.json index 16c8692..60bad73 100644 --- a/pages.json +++ b/pages.json @@ -63,7 +63,7 @@ "path": "pages/pallet/js", "style": { "navigationBarBackground Color": "#3690ff", - "navigationBarTitleText": "转运接收" + "navigationBarTitleText": "托盘接收" } }, { @@ -98,7 +98,7 @@ "path": "pages/pallet/ck", "style": { "navigationBarBackground Color": "#3690ff", - "navigationBarTitleText": "托盘详情查询", + "navigationBarTitleText": "工装托盘查询", "app-plus": { "titleNView": { "buttons": [ diff --git a/pages/index/index.vue b/pages/index/index.vue index 031cc53..14d20ce 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -82,7 +82,7 @@ ifshow: false }, { - name:"转运接收", + name:"托盘接收", key:"js", src:"../../static/image/js.png", remark:"扫码工装托盘二维码接收", @@ -188,7 +188,7 @@ name:"我的地址", key:"my", src:"../../static/image/my.png", - remark:"查看常用地址信息", + remark:"管理常用地址信息", url:"/pages/me/index", opentype:"1", ifshow: true diff --git a/pages/pallet/ps.vue b/pages/pallet/ps.vue index 19c63d1..d1dfb69 100644 --- a/pages/pallet/ps.vue +++ b/pages/pallet/ps.vue @@ -152,7 +152,7 @@