| pages/listing/itemSelect.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| pages/listing/matnrPalletising.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/listing/itemSelect.vue
@@ -16,7 +16,7 @@ {{index+1}} </view> <view class="text-blue"> 编码: 物料编码: {{`${item.matnrCode}`}} </view> </view> @@ -33,7 +33,7 @@ </view> <view class="cu-item"> <view class="content"> <text class="text-black">单号:</text> <text class="text-black">单据编号:</text> </view> <view class="action"> <text class="text-grey ">{{item.asnCode}}</text> @@ -41,7 +41,7 @@ </view> <view class="cu-item"> <view class="content"> <text class="text-black">跟踪号:</text> <text class="text-black">计划跟踪号:</text> </view> <view class="action"> <text class="text-grey ">{{item.platWorkCode}}</text> pages/listing/matnrPalletising.vue
@@ -58,7 +58,7 @@ {{ index + 1 }} </view> <view class="text-blue"> 编码: 物料编码: {{ `${item.matnrCode}` }} </view> </view> @@ -81,7 +81,7 @@ </view> <view class="cu-item"> <view class="content"> <text class="text-black">单号:</text> <text class="text-black">单据编码:</text> </view> <view class="action"> <text class="text-grey">{{ item.asnCode }}</text> @@ -89,7 +89,7 @@ </view> <view class="cu-item"> <view class="content"> <text class="text-black">跟踪号:</text> <text class="text-black">计划跟踪号:</text> </view> <view class="action"> <text class="text-grey">{{ item.platWorkCode }}</text> @@ -172,7 +172,7 @@ :disabled="repeatClick" @click="confirm" > 组托 组托&AGV </button> <button v-if="hasButtonPermission('submitNoJudge')"