| | |
| | | "name" : "中扬WMS", |
| | | "appid" : "__UNI__DA5854D", |
| | | "description" : "", |
| | | "versionName" : "20240408A", |
| | | "versionName" : "20240408B", |
| | | "versionCode" : "100", |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | |
| | | "enablePullDownRefresh" : false |
| | | } |
| | | } |
| | | ,{ |
| | | "path" : "pages/phyz/order/pakinOrderSelect", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "入库订单", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | |
| | | } |
| | | ], |
| | | "globalStyle": { |
| | | "navigationBarTextStyle": "black", |
| | |
| | | // 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' ] |
| | | }; |
New file |
| | |
| | | <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> |
| | |
| | | doContainerMoveOut() { |
| | | this.$refs.doContainerMoveOut.open() |
| | | }, |
| | | containerMoveOutC() { |
| | | containerMoveOutClose() { |
| | | this.$refs.doContainerMoveOut.close() |
| | | }, |
| | | containerMoveOut() { |
| | |
| | | success(res) { |
| | | res = res.data |
| | | if (res.code === 200) { |
| | | this.$refs.doContainerMoveOut.close() |
| | | _this.$refs.doContainerMoveOut.close() |
| | | setTimeout(()=> { |
| | | _this.barcode = '' |
| | | _this.reloadStation() |