#
whycq
2024-04-17 92574491eaa7736ee90c4ba3773f773565578582
#
2个文件已修改
11 ■■■■ 已修改文件
pages/phyz/orderOut/orderOutSelect.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/stationManage/stationDetl.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/orderOut/orderOutSelect.vue
@@ -32,7 +32,7 @@
        
        <view class="buttom">
            <view style="width: 150rpx;text-align: center;padding-left: 12rpx;">
                主单号
                名称
            </view>
            <uni-search-bar v-model="searchValue2" style="width: 100%;"
                maxlength="500" ancel="cancel" @confirm="searchValueInput2()" @clear="clear2" placeholder="输入 / 扫描 订单号">
@@ -68,12 +68,12 @@
            this.getOrderDetlList(this.searchValue1,this.searchValue2,30)
        },
        methods: {
            getOrderDetlList(threeCode,orderNo,limit) {
                console.log(orderNo);
            getOrderDetlList(threeCode,maktx,limit) {
                uni.showLoading({})
                let _this = this
                _this.mask = true
                _this.data.three_code = threeCode
                _this.data.order_no = orderNo
                _this.data.maktx = maktx
                _this.data.limit = limit
                uni.request({
                    url: `${_this.baseUrl}/orderDetl/pakout/list/authV3`,
@@ -81,6 +81,7 @@
                    data: _this.data,
                    method: 'GET',
                    success(res) {
                        uni.hideLoading({})
                        res = res.data
                        if (res.code === 200) {
                            for (let k of res.data.records) {
pages/phyz/stationManage/stationDetl.vue
@@ -159,7 +159,7 @@
        <view class="buttom">
            <button size="mini" type="primary" @click="emptyPakin()" v-if="btnType == 'emptyPakin'">空板入库</button>
            <button size="mini" type="primary" @click="emptyOut()" v-if="btnType == 'emptyPakin'">呼叫空板</button>
            <button size="mini" type="primary" @click="doContainerMoveOut2()" v-if="btnType == 'out'">容器离场</button>
            <button size="mini" type="primary" @click="doContainerMoveOut2()" v-if="btnType == 'out'">货架离场</button>
            <button size="mini" type="primary" @click="doContainerMoveOut()" v-if="btnType == 'out'">确认出库</button>
            <button size="mini" type="primary" @click="doPickIn()" v-if="btnType == 'pick'">已拣料回库</button>
            <button size="mini" type="primary" @click="startPakin()" v-if="btnType == 'start'">启动入库</button>