| Monitor-APP/pages/home/home.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Monitor-APP/pages/home/home.vue
@@ -254,7 +254,7 @@ <view>商品名称:{{item.maknx}}</view> <view>规格:{{item.specs}}</view> <view>图号:{{item.model}}</view> <view>数量:{{item.count}} / {{item.total ? item.total : '--'}}</view> <view>数量/剩余数量:{{item.count}} / {{item.total ? (item.total - item.count) : '--'}}</view> @@ -600,7 +600,7 @@ if (res.data[0].ioType === 101) { that.infoText.title = '全板出库' } else if (res.data[0].ioType === 103) { that.infoText.title = '检料出库' that.infoText.title = '拣料出库' } else if (res.data[0].ioType === 107) { that.infoText.title = '盘点出库' }