| | |
| | | { |
| | | "path": "pages/tzsk/AGV/AGVPick", |
| | | "style": { |
| | | "navigationBarTitleText": "AGV盘点 / 拣货" |
| | | "navigationBarTitleText": "采购入库" |
| | | } |
| | | }, |
| | | { |
| | |
| | | project: 'tzsk', |
| | | elements2: [ |
| | | { |
| | | title: '空板入库', |
| | | title: '空板入出库', |
| | | name: 'emptyIn', |
| | | color: 'blue', |
| | | // cuIcon: 'pullup', |
| | | url: `/tzsk/AGV/AGVPakin` |
| | | }, |
| | | { |
| | | title: 'AGV盘点/拣料', |
| | | title: '采购入库', |
| | | name: 'AGVPick', |
| | | color: 'cyan', |
| | | // cuIcon: 'pullup', |
| | |
| | | <view class="list-left-item"> |
| | | <view class="desc">站点号:</view> |
| | | <view class="left-item"> |
| | | <!-- <uni-tag :text="item.matnr" type="primary"></uni-tag> --> |
| | | --------------- |
| | | <uni-tag :text="item.barcode" type="primary"></uni-tag> |
| | | </view> |
| | | </view> |
| | | <view class="list-left-item"> |
| | | <view class="desc">站点状态:</view> |
| | | <view class="left-item">{{item.maktx}}</view> |
| | | <view class="left-item">{{item.sts}}</view> |
| | | </view> |
| | | <view class="list-left-item"> |
| | | <view class="desc">规格:</view> |
| | |
| | | </view> |
| | | </scroll-view> |
| | | <!-- 底部操作按钮 --> |
| | | <view class="buttom"> |
| | | <button size="mini" @click="reset('warn')">重置</button> |
| | | <view class="buttom-k"> |
| | | <button size="mini" type="primary" @click="combConfirm('warn')">空板出库</button> |
| | | <button size="mini" type="primary" @click="combConfirm('warn')">空板入库</button> |
| | | <button size="mini" @click="reset('warn')">重置</button> |
| | | </view> |
| | | <!-- 弹窗 --> |
| | | <!-- 修改数量 --> |
| | |
| | | token: '', |
| | | barcode: '', |
| | | orderNo: '', |
| | | dataList: [{}], |
| | | dataList: [ |
| | | { |
| | | barcode: 'CS-101-001-01@1', |
| | | sts: 'F.在库' |
| | | } |
| | | ], |
| | | count: 0, |
| | | rowNum: '', |
| | | matnr: '', |
| | |
| | | text-align: center; |
| | | box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5); |
| | | } |
| | | .buttom-k { |
| | | position: fixed; |
| | | bottom: 0; |
| | | left: 0; |
| | | width: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | background-color: #FFF; |
| | | box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2) ; |
| | | } |
| | | .buttom-k button { |
| | | margin: 20rpx 50rpx; |
| | | } |
| | | </style> |