From e94eeb788e6ff550c54becdf917bf756db7041d0 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期六, 11 一月 2025 16:56:38 +0800 Subject: [PATCH] # --- pages/stock/stockQuery.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/stock/stockQuery.vue b/pages/stock/stockQuery.vue index 2270073..998a932 100644 --- a/pages/stock/stockQuery.vue +++ b/pages/stock/stockQuery.vue @@ -49,10 +49,10 @@ <view class="desc">鏁伴噺锛�</view> <view class="left-item">{{item.anfme}}</view> </view> - <view class="list-left-item"> + <!-- <view class="list-left-item"> <view class="desc">搴撲綅鍙凤細</view> <view class="left-item">{{item.locNo}}</view> - </view> + </view> --> </view> <!-- <view class="list-right"> <uni-icons type="compose" color="#9add8b" size="24" @click="revise(item,i)"></uni-icons> @@ -105,7 +105,7 @@ search() { let that = this uni.request({ - url: that.baseUrl + '/locDetl/list/auth', + url: that.baseUrl + '/manLocDetl/list/auth', header:{'token':uni.getStorageSync('token')}, data: { curr: 1, -- Gitblit v1.9.1