whycq
2025-02-25 aac25494288e33d02bcd3bb319db0db8288acd94
20250225A
3个文件已修改
17 ■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/orderOut/bcpOrderOutSelect_2.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/orderOut/orderCheck_2.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "中扬WMS",
    "appid" : "__UNI__DA5854D",
    "description" : "",
    "versionName" : "20250224A",
    "versionCode" : 145,
    "versionName" : "20250225A",
    "versionCode" : 146,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/phyz/orderOut/bcpOrderOutSelect_2.vue
@@ -123,7 +123,7 @@
                _this.data.three_code = threeCode
                _this.data.limit = limit
                uni.request({
                    url: `${_this.baseUrl}/orderDetl/pakout/list/authV4`,
                    url: `${_this.baseUrl}/orderDetl/pakout/list/authV8`,
                    header: {'token': uni.getStorageSync('token')},
                    data: _this.data,
                    method: 'GET',
pages/phyz/orderOut/orderCheck_2.vue
@@ -152,14 +152,15 @@
                                    k['count'] = k.anfme
                                    k.agvStaNo = ''
                                    k.anfme = 0
                                    if (_this.orderType == 'bcp') {
                                        if (k.locNo.substring(k.locNo.length - 1, k.locNo.length) == 1) {
                                            continue
                                        }
                                    }
                                    // if (_this.orderType == 'bcp') {
                                    //     if (k.locNo.substring(k.locNo.length - 1, k.locNo.length) == 1) {
                                    //         continue
                                    //     }
                                    // }
                                    _this.dataList.push(k)
                                }
                            }
                            console.log(_this.dataList);
                        } else if (res.code == 403) {
                            uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                            setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000);