#
whycq
2025-02-24 210bf50cfb0bfaf9235db6397f3112a91e0a851f
#
8个文件已修改
67 ■■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/orderManage.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/bcp/bcpDbOrderV2.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/comOrder/checkOut.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/orderOut/orderCheck.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/orderOut/orderCheck_2.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/processOrder/orderCheck.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/processOrder/orderCheck2.vue 29 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "中扬WMS",
    "appid" : "__UNI__DA5854D",
    "description" : "",
    "versionName" : "20250218C",
    "versionCode" : 143,
    "versionName" : "20250224A",
    "versionCode" : 145,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/home/orderManage.vue
@@ -208,12 +208,9 @@
                            color: this.colorList[i],
                            cuIcon: this.icon,
                            id: secMenu[i].id,
                            param: JSON.parse(secMenu[i].param),
                            url: `${secMenu[i].code}`
                        })
                    }
                }
                console.log(this.elements);
            },
pages/phyz/bcp/bcpDbOrderV2.vue
@@ -131,6 +131,8 @@
            this.getOrderDetlList(this.searchValue,10);
        },
        onLoad() {
            let _this = this
            const eventChannel = this.getOpenerEventChannel();
            eventChannel.on('param', function(data) {
                var orderType = data.param.orderType
                if (orderType != [] || orderType != null) {
pages/phyz/comOrder/checkOut.vue
@@ -17,12 +17,13 @@
                    </view>
                </view>
                
                <view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 24px;">出库站:
                <view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 20px;">出库站:
                        <!-- @click="toggleDropdown(item)" -->
                    <view class="dropdown" >
                        <!-- <view style="height: 100%;width: 100%; position: fixed;background-color: rgba(0,0,0,.4);left:0;top:0" v-if = "item.isOpen"></view> -->
                        <input @input="staInput(item.agvStaNo,item.agvStaNos,index)" type="text" style="width: 270rpx;font-size: 20px;" v-model="item.agvStaNo" placeholder="请选择出库站" placeholder-style="color: #fff">
                        <uni-icons :type="item.isOpen ? 'top' : 'bottom'" color="#fff" style="margin-left: 10rpx;"></uni-icons>
                        <input @input="staInput(item.agvStaNo,item.agvStaNos,index)" type="text" style="width: 270rpx;font-size: 16px;" v-model="item.agvStaNo" placeholder="请选择出库站" placeholder-style="color: #fff">
                        <view style="font-size: 10px;">只支持扫码</view>
                        <!-- <uni-icons :type="item.isOpen ? 'top' : 'bottom'" color="#fff" style="margin-left: 10rpx;"></uni-icons> -->
                        <!-- <scroll-view scroll-y="ture" class="dropdown-content" v-if="item.isOpen">
                            <view class="dropdown-item" v-for="option in options" @click="selected(option,item)">{{option}}</view>
                        </scroll-view> -->
pages/phyz/orderOut/orderCheck.vue
@@ -17,12 +17,13 @@
                    </view>
                </view>
                
                <view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 24px;">出库站:
                <view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 20px;">出库站:
                        <!-- @click="toggleDropdown(item)" -->
                    <view class="dropdown" >
                        <!-- <view style="height: 100%;width: 100%; position: fixed;background-color: rgba(0,0,0,.4);left:0;top:0" v-if = "item.isOpen"></view> -->
                        <input @input="staInput(item.agvStaNo,item.agvStaNos,index)" type="text" style="width: 270rpx;font-size: 20px;" v-model="item.agvStaNo" placeholder="请选择出库站" placeholder-style="color: #fff">
                        <uni-icons :type="item.isOpen ? 'top' : 'bottom'" color="#fff" style="margin-left: 10rpx;"></uni-icons>
                        <input @input="staInput(item.agvStaNo,item.agvStaNos,index)" type="text" style="width: 270rpx;font-size: 16px;" v-model="item.agvStaNo" placeholder=" 请选择出库站" placeholder-style="color: #fff">
                        <!-- <uni-icons :type="item.isOpen ? 'top' : 'bottom'" color="#fff" style="margin-left: 10rpx;"></uni-icons> -->
                        <view style="font-size: 10px;">只支持扫码</view>
                        <!-- <scroll-view scroll-y="ture" class="dropdown-content" v-if="item.isOpen">
                            <view class="dropdown-item" v-for="option in options" @click="selected(option,item)">{{option}}</view>
                        </scroll-view> -->
pages/phyz/orderOut/orderCheck_2.vue
@@ -17,12 +17,14 @@
                    </view>
                </view>
                
                <view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 24px;">出库站:
                <view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 20px;">出库站:
                        <!-- @click="toggleDropdown(item)" -->
                    <view class="dropdown" >
                        <!-- <view style="height: 100%;width: 100%; position: fixed;background-color: rgba(0,0,0,.4);left:0;top:0" v-if = "item.isOpen"></view> -->
                        <input @input="staInput(item.agvStaNo,item.agvStaNos,index)" type="text" style="width: 270rpx;font-size: 20px;" v-model="item.agvStaNo" placeholder="请选择出库站" placeholder-style="color: #fff">
                        <uni-icons :type="item.isOpen ? 'top' : 'bottom'" color="#fff" style="margin-left: 10rpx;"></uni-icons>
                        <input @input="staInput(item.agvStaNo,item.agvStaNos,index)" type="text" style="width: 270rpx;font-size: 16px;" v-model="item.agvStaNo" placeholder="请选择出库站" placeholder-style="color: #fff">
                        <!-- <uni-icons :type="item.isOpen ? 'top' : 'bottom'" color="#fff" style="margin-left: 10rpx;"></uni-icons> -->
                        <view style="font-size: 10px;">只支持扫码</view>
                        <!-- <scroll-view scroll-y="ture" class="dropdown-content" v-if="item.isOpen">
                            <view class="dropdown-item" v-for="option in options" @click="selected(option,item)">{{option}}</view>
                        </scroll-view> -->
pages/phyz/processOrder/orderCheck.vue
@@ -17,12 +17,13 @@
                    </view>
                </view>
                
                <view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 24px;">出库站:
                <view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 20px;">出库站:
                        <!-- @click="toggleDropdown(item)" -->
                    <view class="dropdown" >
                        <!-- <view style="height: 100%;width: 100%; position: fixed;background-color: rgba(0,0,0,.4);left:0;top:0" v-if = "item.isOpen"></view> -->
                        <input @input="staInput(item.agvStaNo,item.agvStaNos,index)" type="text" style="width: 270rpx;font-size: 20px;" v-model="item.agvStaNo" placeholder="请选择出库站" placeholder-style="color: #fff">
                        <uni-icons :type="item.isOpen ? 'top' : 'bottom'" color="#fff" style="margin-left: 10rpx;"></uni-icons>
                        <input @input="staInput(item.agvStaNo,item.agvStaNos,index)" type="text" style="width: 270rpx;font-size: 16px;" v-model="item.agvStaNo" placeholder="请选择出库站" placeholder-style="color: #fff">
                        <view style="font-size: 10px;">只支持扫码</view>
                        <!-- <uni-icons :type="item.isOpen ? 'top' : 'bottom'" color="#fff" style="margin-left: 10rpx;"></uni-icons> -->
                        <!-- <scroll-view scroll-y="ture" class="dropdown-content" v-if="item.isOpen">
                            <view class="dropdown-item" v-for="option in options" @click="selected(option,item)">{{option}}</view>
                        </scroll-view> -->
pages/phyz/processOrder/orderCheck2.vue
@@ -18,13 +18,16 @@
                    </view>
                </view>
                
                <view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 24px;">出库站:
                    <view class="dropdown" @click="toggleDropdown(data)">
                        <input type="text" style="width: 270rpx;font-size: 20px;" v-model="data.agvStaNo" placeholder="请选择出库站" placeholder-style="color: #fff">
                        <uni-icons :type="data.isOpen ? 'top' : 'bottom'" color="#fff" style="margin-left: 10rpx;"></uni-icons>
                        <scroll-view scroll-y="ture" class="dropdown-content" v-if="data.isOpen">
                            <view class="dropdown-item" v-for="option in data.agvStaNos" @click="selected(option,data)">{{option}}</view>
                        </scroll-view>
                <view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 20px;">出库站:
                        <!-- @click="toggleDropdown(item)" -->
                    <view class="dropdown" >
                        <!-- <view style="height: 100%;width: 100%; position: fixed;background-color: rgba(0,0,0,.4);left:0;top:0" v-if = "item.isOpen"></view> -->
                        <input @input="staInput(item.agvStaNo,item.agvStaNos,index)" type="text" style="width: 270rpx;font-size: 16px;" v-model="item.agvStaNo" placeholder="请选择出库站" placeholder-style="color: #fff">
                        <view style="font-size: 10px;">只支持扫码</view>
                        <!-- <uni-icons :type="item.isOpen ? 'top' : 'bottom'" color="#fff" style="margin-left: 10rpx;"></uni-icons> -->
                        <!-- <scroll-view scroll-y="ture" class="dropdown-content" v-if="item.isOpen">
                            <view class="dropdown-item" v-for="option in options" @click="selected(option,item)">{{option}}</view>
                        </scroll-view> -->
                    </view>
                </view>
            </view>
@@ -90,6 +93,18 @@
            max() {
                 this.data.anfme = this.count
            },
            staInput(item,items,index) {
                var flag = false
                for (let k of items) {
                    if (k == item) flag = true
                }
                if(!flag) {
                    uni.showToast({ title: '当前站点无法使用,已复位', icon: "error", position: 'top' })
                    setTimeout(() => {
                        this.dataList[index].agvStaNo = ''
                    }, 100);
                }
            },
            toggleDropdown(item) {
                item.isOpen = !item.isOpen;
            },