skyouc
2025-05-07 48370a305dec6e56e97f18c65e4c6e18329f01cf
组托删除批次号
1个文件已修改
7 ■■■■■ 已修改文件
pages/listing/disc.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/listing/disc.vue
@@ -11,10 +11,6 @@
                <input placeholder="请扫描物料标签" v-model="barcode"></input>
                <text class='cuIcon-search text-blue' @click="search"></text>
            </view>
            <view class="cu-form-group">
                <view class="title">批次号</view>
                <input placeholder="请输入物料批次" v-model="batch"></input>
            </view>
        </form>
        <view class="flex solid-bottom padding-sm justify-between">
@@ -137,7 +133,6 @@
                megreQty: '',
                list: [],
                range: [],
                batch: '',
                repeatClick: false,
                isconfirm: false,
                max: 99999999,
@@ -169,7 +164,6 @@
                    msg
                } = await request('/asnOrderItem/trackCode', {
                    code: this.barcode,
                    batch: this.batch
                }, "post")
                if (code === 200) {
                    for (var i = 0; i < data.length; i++) {
@@ -253,7 +247,6 @@
                } = await request('/waitPakin/merge', {
                    items: newArr,
                    barcode: this.container,
                    batch: this.batch,
                })
                if (code === 200) {
                    uni.showToast({