From 18bcafd925c5252a040b15136fe30164152e4f09 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期六, 18 五月 2024 15:19:14 +0800 Subject: [PATCH] # --- pages/home/wrkMastManage.vue | 14 +++++++------- pages/phyz/bcp/bcpDbList.vue | 4 ++-- pages/phyz/wrkMast/DBList.vue | 22 ++++++++++++++++++++++ pages.json | 9 ++++++++- pages/phyz/bcp/bcpDbOrder.vue | 2 +- 5 files changed, 40 insertions(+), 11 deletions(-) diff --git a/pages.json b/pages.json index 057eefd..b7b9f45 100644 --- a/pages.json +++ b/pages.json @@ -463,7 +463,7 @@ "path" : "pages/home/wrkMastManage", "style" : { - "navigationBarTitleText" : "宸ヤ綔妗�", + "navigationBarTitleText" : "浠诲姟绠$悊", "enablePullDownRefresh" : false } }, @@ -729,6 +729,13 @@ "navigationBarTitleText" : "璋冩嫧浠诲姟绠$悊", "enablePullDownRefresh" : false } + }, + { + "path" : "pages/phyz/wrkMast/DBList", + "style" : + { + "navigationBarTitleText" : "璋冩嫧浠诲姟绠$悊" + } } ], "globalStyle": { diff --git a/pages/home/wrkMastManage.vue b/pages/home/wrkMastManage.vue index b5b3a56..a3c9e32 100644 --- a/pages/home/wrkMastManage.vue +++ b/pages/home/wrkMastManage.vue @@ -25,13 +25,13 @@ elements: [], project: 'tzsk', elements2: [ - // { - // title: '宸ヤ綔妗f煡璇㈢淮鎶�', - // name: 'wrkMast', - // color: 'blue', - // // cuIcon: 'pullup', - // url: `/phyz/wrkMast/wrkMast` - // }, + { + title: '宸ヤ綔妗f煡璇㈢淮鎶�', + name: 'wrkMast', + color: 'blue', + // cuIcon: 'pullup', + url: `/phyz/wrkMast/wrkMast` + }, // { // title: '宸ヤ綔鍘嗗彶妗g淮鎶�', // name: 'wrkMastLog', diff --git a/pages/phyz/bcp/bcpDbList.vue b/pages/phyz/bcp/bcpDbList.vue index 29379a9..b0eebbb 100644 --- a/pages/phyz/bcp/bcpDbList.vue +++ b/pages/phyz/bcp/bcpDbList.vue @@ -283,7 +283,7 @@ let _this = this let param = {floor: this.floor,dbList: this.dbList,moveType: this.moveType} uni.request({ - url: `${_this.baseUrl}/agvMobile/agv/v1/locMove`, + url: `${_this.baseUrl}/agvMobile/agv/v2/locMove`, header: {'token': uni.getStorageSync('token'),}, data: param, method: 'POST', @@ -312,7 +312,7 @@ @import url('../../../static/css/common/order.css'); .station { - position: fixed; + /* position: fixed; */ font-size: 18px; width: 96%; padding: 24rpx; diff --git a/pages/phyz/bcp/bcpDbOrder.vue b/pages/phyz/bcp/bcpDbOrder.vue index 93207ff..3cf66cc 100644 --- a/pages/phyz/bcp/bcpDbOrder.vue +++ b/pages/phyz/bcp/bcpDbOrder.vue @@ -20,7 +20,7 @@ <view>绫诲瀷锛歿{orderDetl.brand}}</view> <view>璋冩嫧鎬婚噺锛歿{orderDetl.anfme}}</view> <view>搴撳瓨鏁伴噺锛歿{orderDetl.stock}}</view> - <view>宸插畬鎴愭暟閲忥細{{orderDetl.qty}}</view> + <view>宸茶皟鎷ㄦ暟閲忥細{{orderDetl.qty}}</view> </view> <view class="list-right" @click="goToLocDetl(orderDetl)"> <uni-icons type="right" size="25" color="#fff"></uni-icons> diff --git a/pages/phyz/wrkMast/DBList.vue b/pages/phyz/wrkMast/DBList.vue new file mode 100644 index 0000000..8183fd0 --- /dev/null +++ b/pages/phyz/wrkMast/DBList.vue @@ -0,0 +1,22 @@ +<template> + <view> + + </view> +</template> + +<script> + export default { + data() { + return { + + } + }, + methods: { + + } + } +</script> + +<style> + +</style> -- Gitblit v1.9.1