pages.json | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/listing/matnrPalletising.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/listing/unPakin.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/rece/other.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages.json
@@ -57,7 +57,7 @@ { "path": "pages/listing/matnrPalletising", "style": { "navigationBarTitleText": "物料组盘" "navigationBarTitleText": "单据组托" } }, { pages/listing/matnrPalletising.vue
@@ -46,6 +46,12 @@ </view> <view class="cu-item"> <view class="content"> <text class="text-black">物料编码:</text> <text class="text-grey ">{{item.maktx}}</text> </view> </view> <view class="cu-item"> <view class="content"> <text class="text-black">ASN:</text> </view> <view class="action"> @@ -62,10 +68,7 @@ </view> <view class="cu-item"> <view class="content"> <text class="text-black">质检状态:</text> </view> <view class="action"> <text class="text-grey ">{{item.isptResult$}}</text> <text class="text-black">质检结果: <text class="text-grey ">{{item.inspect}}</text></text> </view> </view> <!-- <view class="cu-item"> pages/listing/unPakin.vue
@@ -2,9 +2,14 @@ <view class="has-foot"> <view> <form> <view class="cu-form-group margin-top"> <view class="cu-form-group "> <view class="title">容器号</view> <input placeholder="请扫描容器号" v-model="container" focus></input> <text class='cuIcon-search text-blue' @click="getList"></text> </view> <view class="cu-form-group"> <view class="title">编码</view> <input placeholder="请扫描组托档编码" v-model="pkCode"></input> <text class='cuIcon-search text-blue' @click="getList"></text> </view> </form> @@ -33,16 +38,17 @@ </view> <view class="cu-item"> <view class="content"> <text class="text-black">ASN:</text> <text class="text-grey ">{{item.asnCode}}</text> <text class="text-black">物料编码:</text> <text class="text-grey ">{{item.maktx}}</text> </view> </view> <view class="cu-item"> <view class="content"> <text class="text-black">物料编码:</text> <text class="text-grey ">{{item.matnrCode}}</text> <text class="text-black">ASN:</text> <text class="text-grey ">{{item.asnCode}}</text> </view> </view> <view class="cu-item"> <view class="content"> <text class="text-black">批次:</text> @@ -119,6 +125,7 @@ isconfirm: false, matnrCode: '', max: 99999999, pkCode: '', } }, computed: { @@ -164,6 +171,7 @@ msg } = await request('/asnOrderItem/container', { barcode: this.container, code: this.pkCode, type: 'unbind' }) if (code === 200) { pages/rece/other.vue
@@ -251,6 +251,9 @@ clear() { this.list = [] this.barcode = '' this.asncode = '' this.whAreaId = '' this.range = [] }, next() { if (this.list.length) {