#
zjj
2025-04-09 c2d0b458af0174d84b03d574d8326d67d5ffeee7
#
3个文件已修改
93 ■■■■ 已修改文件
pages/home/home.vue 68 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderPakin2.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/pakin/pakin.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue
@@ -46,40 +46,40 @@
                    //     url: '/pakin/leftovers'
                    // },                    
                    
                    {
                        title: '平库入库',
                        name: 'POrderPakin',
                        color: 'purple',
                        cuIcon: 'pullup',
                        url: '/pingku/POrderList'
                    },
                    {
                        title: '平库出库',
                        name: 'POrderPakin',
                        color: 'cyan',
                        cuIcon: 'pullup',
                        url: '/pingku/POrderListOut'
                    },
                    {
                        title: '呼叫Agv',
                        name: 'AGVStart',
                        color: 'green',
                        cuIcon: 'order',
                        url: '/AGV/AGVStart'
                    },
                    {
                        title: 'Agv储位解绑',
                        name: 'AGVUnbind',
                        color: 'orange',
                        cuIcon: 'order',
                        url: '/AGV/AGVUnbind'
                    },{
                        title: '盘点',
                        name: 'stockCheck',
                        color: 'red',
                        cuIcon: 'post',
                        url: '/stock/stockCheck'
                    },
                    // {
                    //     title: '平库入库',
                    //     name: 'POrderPakin',
                    //     color: 'purple',
                    //     cuIcon: 'pullup',
                    //     url: '/pingku/POrderList'
                    // },
                    // {
                    //     title: '平库出库',
                    //     name: 'POrderPakin',
                    //     color: 'cyan',
                    //     cuIcon: 'pullup',
                    //     url: '/pingku/POrderListOut'
                    // },
                    // {
                    //     title: '呼叫Agv',
                    //     name: 'AGVStart',
                    //     color: 'green',
                    //     cuIcon: 'order',
                    //     url: '/AGV/AGVStart'
                    // },
                    // {
                    //     title: 'Agv储位解绑',
                    //     name: 'AGVUnbind',
                    //     color: 'orange',
                    //     cuIcon: 'order',
                    //     url: '/AGV/AGVUnbind'
                    // },{
                    //     title: '盘点',
                    //     name: 'stockCheck',
                    //     color: 'red',
                    //     cuIcon: 'post',
                    //     url: '/stock/stockCheck'
                    // },
                    // {
                    //     title: '组托上架',
                    //     name: 'putOn',
pages/order/orderPakin2.vue
@@ -13,7 +13,7 @@
                <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus"
                    @input="barcodeInput()">
            </view>
            <view class="item">
            <!-- <view class="item">
                <view class="code-decs">物料码:</view>
                <input type="text" placeholder=" 扫码 / 输入" v-model="matnr" :focus="matFocus" @input="findMat()">
                <!-- <view class="item-right">
@@ -21,7 +21,7 @@
                    <text style="text-align: right;color: #409EFF;" @click="selectMat()">提取+</text>
                    <uni-icons type="right" color="#c1c1c1"></uni-icons>
                </view> -->
            </view>
            <!-- </view> --> -->
        </view>
        <view class="mat-list-title">
            商品列表
@@ -426,11 +426,11 @@
                    return;
                }
                for (var i = 0; i < that.dataList.length; i++) {
                    if (that.dataList[i].review !== "已复核" ) {
                        this.messageText = that.dataList[i].matnr + '未复核'
                        this.messageToggle('error')
                        return;
                    }
                    // if (that.dataList[i].review !== "已复核" ) {
                    //     this.messageText = that.dataList[i].matnr + '未复核'
                    //     this.messageToggle('error')
                    //     return;
                    // }
                    if (that.dataList[i].anfme == 0 || that.dataList[i].anfme == '') {
                        this.messageText = that.dataList[i].matnr + '组托数量不能为0'
                        this.messageToggle('error')
pages/pakin/pakin.vue
@@ -9,11 +9,11 @@
            <view class="item">
                <view class="code-decs">物料码:</view>
                <input type="text" placeholder=" 扫码 / 输入" v-model="matnr" :focus="matFocus" @input="findMat()">
                <!-- <view class="item-right">
                <view class="item-right">
                    <button></button>
                    <text style="text-align: right;color: #409EFF;" @click="selectMat()">提取+</text>
                    <uni-icons type="right" color="#c1c1c1"></uni-icons>
                </view> -->
                </view>
            </view>
            <!-- <view class="item">
                <view class="code-decs">满托:</view>
@@ -224,9 +224,8 @@
            },
            // 搜索物料
            findMat() {
                let that = this
                let m = that.matnr.split(";")
                let matnr1 = m[0].slice(3)
                let that = this
                let matnr1 = that.matnr
                uni.request({
                    url: that.baseUrl + '/mat/auth',
                    data: {
@@ -521,6 +520,6 @@
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    }
    .list:first-child {
        margin-top: 250rpx;
        margin-top: 350rpx;
    }
</style>