| | |
| | | "path" : "pages/home/wrkMastManage", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "工作档", |
| | | "navigationBarTitleText" : "任务管理", |
| | | "enablePullDownRefresh" : false |
| | | } |
| | | }, |
| | |
| | | "navigationBarTitleText" : "调拨任务管理", |
| | | "enablePullDownRefresh" : false |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/phyz/wrkMast/DBList", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "调拨任务管理" |
| | | } |
| | | } |
| | | ], |
| | | "globalStyle": { |
| | |
| | | elements: [], |
| | | project: 'tzsk', |
| | | elements2: [ |
| | | // { |
| | | // title: '工作档查询维护', |
| | | // name: 'wrkMast', |
| | | // color: 'blue', |
| | | // // cuIcon: 'pullup', |
| | | // url: `/phyz/wrkMast/wrkMast` |
| | | // }, |
| | | { |
| | | title: '工作档查询维护', |
| | | name: 'wrkMast', |
| | | color: 'blue', |
| | | // cuIcon: 'pullup', |
| | | url: `/phyz/wrkMast/wrkMast` |
| | | }, |
| | | // { |
| | | // title: '工作历史档维护', |
| | | // name: 'wrkMastLog', |
| | |
| | | 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', |
| | |
| | | @import url('../../../static/css/common/order.css'); |
| | | |
| | | .station { |
| | | position: fixed; |
| | | /* position: fixed; */ |
| | | font-size: 18px; |
| | | width: 96%; |
| | | padding: 24rpx; |
| | |
| | | <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> |
New file |
| | |
| | | <template> |
| | | <view> |
| | | |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | data() { |
| | | return { |
| | | |
| | | } |
| | | }, |
| | | methods: { |
| | | |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | |
| | | </style> |