From b1cbc2ecd0b22014f54d0f7128bba9741b45814f Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 07 五月 2024 16:25:14 +0800 Subject: [PATCH] # --- pages/home/orderManage.vue | 2 +- pages/phyz/bcp/bcpDbOrder.vue | 8 ++++---- pages/phyz/bcp/bcpOrder.vue | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/home/orderManage.vue b/pages/home/orderManage.vue index 1c7b94c..3779d6f 100644 --- a/pages/home/orderManage.vue +++ b/pages/home/orderManage.vue @@ -65,7 +65,7 @@ name: 'pakin', color: 'blue', // cuIcon: 'pullup', - url: `/phyz/order/purchaseOrder` + url: `/phyz/bcp/bcpDbOrder` }, ], diff --git a/pages/phyz/bcp/bcpDbOrder.vue b/pages/phyz/bcp/bcpDbOrder.vue index b67e620..b989672 100644 --- a/pages/phyz/bcp/bcpDbOrder.vue +++ b/pages/phyz/bcp/bcpDbOrder.vue @@ -139,7 +139,7 @@ onLoad() { this.baseUrl = uni.getStorageSync('baseUrl'); this.token = uni.getStorageSync('token'); - this.searchValue = uni.getStorageSync('threeCode'); + this.searchValue = uni.getStorageSync('bcpDbThreeCode'); this.getOrderDetlList(this.searchValue,10) console.log("onLoad"); }, @@ -157,7 +157,7 @@ _this.data.three_code = threeCode _this.data.limit = limit uni.request({ - url: `${_this.baseUrl}/order/bcp/detls/pakin/page/auth`, + url: `${_this.baseUrl}/order/bcpDb/detls/pakin/page/auth`, header: {'token': uni.getStorageSync('token')}, data: _this.data, method: 'GET', @@ -192,7 +192,7 @@ searchValueInput2() { this.dataList = [] this.data.curr = 1 - uni.setStorageSync('threeCode', this.searchValue); + uni.setStorageSync('bcpDbThreeCode', this.searchValue); if (this.searchValue.length == 0) { this.getOrderDetlList(this.searchValue,10) } else { @@ -257,7 +257,7 @@ console.log(data); if (data.data == 1) { _this.orderCarList = [] - _this.getOrderDetlList(uni.getStorageSync('threeCode'),10) + _this.getOrderDetlList(uni.getStorageSync('bcpDbThreeCode'),10) } } } diff --git a/pages/phyz/bcp/bcpOrder.vue b/pages/phyz/bcp/bcpOrder.vue index b67e620..63d2bd5 100644 --- a/pages/phyz/bcp/bcpOrder.vue +++ b/pages/phyz/bcp/bcpOrder.vue @@ -139,7 +139,7 @@ onLoad() { this.baseUrl = uni.getStorageSync('baseUrl'); this.token = uni.getStorageSync('token'); - this.searchValue = uni.getStorageSync('threeCode'); + this.searchValue = uni.getStorageSync('bcpThreeCode'); this.getOrderDetlList(this.searchValue,10) console.log("onLoad"); }, @@ -192,7 +192,7 @@ searchValueInput2() { this.dataList = [] this.data.curr = 1 - uni.setStorageSync('threeCode', this.searchValue); + uni.setStorageSync('bcpThreeCode', this.searchValue); if (this.searchValue.length == 0) { this.getOrderDetlList(this.searchValue,10) } else { @@ -257,7 +257,7 @@ console.log(data); if (data.data == 1) { _this.orderCarList = [] - _this.getOrderDetlList(uni.getStorageSync('threeCode'),10) + _this.getOrderDetlList(uni.getStorageSync('bcpThreeCode'),10) } } } -- Gitblit v1.9.1