#
zhou zhou
11 小时以前 48d9ddd1aab2ca92dd041ce511373c6dd96cbf5f
#
2个文件已修改
14 ■■■■ 已修改文件
pages/listing/itemSelect.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/listing/matnrPalletising.vue 8 ●●●● 补丁 | 查看 | 原始文档 | 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')"