From 7ed291f7f663d530284b35a6ae28c77ccb87d812 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期一, 08 四月 2024 19:13:20 +0800 Subject: [PATCH] # --- pages/phyz/stationManage/stationDetl.vue | 4 +- pages/home/orderManage.vue | 7 +++ manifest.json | 2 pages.json | 9 ++++ pages/phyz/order/pakinOrderSelect.vue | 50 +++++++++++++++++++++++++ 5 files changed, 69 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index ae33f0e..a404231 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "涓壃WMS", "appid" : "__UNI__DA5854D", "description" : "", - "versionName" : "20240408A", + "versionName" : "20240408B", "versionCode" : "100", "transformPx" : false, /* 5+App鐗规湁鐩稿叧 */ diff --git a/pages.json b/pages.json index a8ba6d0..dfa8c10 100644 --- a/pages.json +++ b/pages.json @@ -570,6 +570,15 @@ "enablePullDownRefresh" : false } } + ,{ + "path" : "pages/phyz/order/pakinOrderSelect", + "style" : + { + "navigationBarTitleText": "鍏ュ簱璁㈠崟", + "enablePullDownRefresh": false + } + + } ], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/home/orderManage.vue b/pages/home/orderManage.vue index 8555208..7ec5488 100644 --- a/pages/home/orderManage.vue +++ b/pages/home/orderManage.vue @@ -39,6 +39,13 @@ // cuIcon: 'pullup', url: `/phyz/order/outOrder` }, + { + title: '鍏ュ簱鍗曟祴璇曠敤', + name: 'outOrder', + color: 'blue', + // cuIcon: 'pullup', + url: `/phyz/order/pakinOrderSelect` + }, ], colorList: ['cyan','blue','purple','mauve','pink','brown','red','orange','yellow','olive','olive','grey' ] }; diff --git a/pages/phyz/order/pakinOrderSelect.vue b/pages/phyz/order/pakinOrderSelect.vue new file mode 100644 index 0000000..4f97f21 --- /dev/null +++ b/pages/phyz/order/pakinOrderSelect.vue @@ -0,0 +1,50 @@ +<template> + <view class="container"> + <view class="code"> + <uni-search-bar :focus="searchValueFocus" v-model="searchValue" @input="searchValueInput2()" + maxlength="500" ancel="cancel" @confirm="searchValueInput2()" @clear="clear" placeholder="杈撳叆 / 鎵弿 璁㈠崟鍙�"> + </uni-search-bar> + <view class="code-title"> + <view></view> + <view>鍗曟嵁鍒楄〃</view> + <view></view> + <!-- <view @click="allChecked">{{allCheckBtnTitle}}</view> --> + </view> + </view> + </view> +</template> + +<script> + export default { + data(){ + return { + baseUrl: '', + token: '', + searchValueFocus: true, + searchValue: '' + + } + }, + onShow() { + this.baseUrl = uni.getStorageSync('baseUrl'); + this.token = uni.getStorageSync('token'); + this.getOrderDetlList() + }, + methods: { + getOrderDetlList() { + + }, + searchValueInput2() { + + }, + clear() { + + } + } + } + +</script> + +<style> + @import url('../../../static/css/common/order.css'); +</style> \ No newline at end of file diff --git a/pages/phyz/stationManage/stationDetl.vue b/pages/phyz/stationManage/stationDetl.vue index 540a9be..0cf6167 100644 --- a/pages/phyz/stationManage/stationDetl.vue +++ b/pages/phyz/stationManage/stationDetl.vue @@ -461,7 +461,7 @@ doContainerMoveOut() { this.$refs.doContainerMoveOut.open() }, - containerMoveOutC() { + containerMoveOutClose() { this.$refs.doContainerMoveOut.close() }, containerMoveOut() { @@ -474,7 +474,7 @@ success(res) { res = res.data if (res.code === 200) { - this.$refs.doContainerMoveOut.close() + _this.$refs.doContainerMoveOut.close() setTimeout(()=> { _this.barcode = '' _this.reloadStation() -- Gitblit v1.9.1