From 792b8aba1b2a6ae76f2d536f9647647b57956849 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期四, 15 一月 2026 13:37:02 +0800
Subject: [PATCH] 即时库存调整
---
pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue | 5 ++++-
manifest.json | 14 +++++++-------
pages/jishikucunchaxun/table.vue | 2 +-
3 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/manifest.json b/manifest.json
index 82d78ad..06493c7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "鏅轰簯LMES",
"appid" : "__UNI__B002F49",
"description" : "",
- "versionName" : "2.0.46",
- "versionCode" : 246,
+ "versionName" : "2.0.56",
+ "versionCode" : 256,
"transformPx" : false,
/* 5+App鐗规湁鐩稿叧 */
"app-plus" : {
@@ -16,10 +16,11 @@
"autoclose" : true,
"delay" : 0
},
- "screenOrientation": [ //鍙�夛紝瀛楃涓叉暟缁勭被鍨嬶紝搴旂敤鏀寔鐨勬í绔栧睆
- "portrait-primary", //鍙�夛紝瀛楃涓茬被鍨嬶紝鏀寔绔栧睆
- "portrait-secondary" //鍙�夛紝瀛楃涓茬被鍨嬶紝鏀寔鍙嶅悜绔栧睆
- ],
+ "screenOrientation" : [
+ //鍙�夛紝瀛楃涓叉暟缁勭被鍨嬶紝搴旂敤鏀寔鐨勬í绔栧睆
+ "portrait-primary", //鍙�夛紝瀛楃涓茬被鍨嬶紝鏀寔绔栧睆
+ "portrait-secondary" //鍙�夛紝瀛楃涓茬被鍨嬶紝鏀寔鍙嶅悜绔栧睆
+ ],
/* 妯″潡閰嶇疆 */
"modules" : {
"Camera" : {},
@@ -155,7 +156,6 @@
"enable" : false
},
"vueVersion" : "2",
-
"locale" : "zh-Hans",
"fallbackLocale" : "zh-Hans"
}
diff --git a/pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue b/pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue
index fe425fb..6dc23a8 100644
--- a/pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue
+++ b/pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue
@@ -69,6 +69,7 @@
<view class="op" v-if="operations == index">
<button class="op3" size="mini" plain @tap.stop="audit(item, 0)">瀹℃牳</button>
<button class="op3" size="mini" plain @tap.stop="audit(item, 1)">鍙嶅鏍�</button>
+ <button class="op3" size="mini" plain @tap.stop="fileUpload()">鏂囦欢涓婁紶</button>
<!-- <button class="op3" size="mini" plain @tap.stop="Reject(item)">椹冲洖</button> -->
<button class="op5" size="mini" plain @tap.stop="operations = -1">鍙栨秷鎿嶄綔</button>
</view>
@@ -77,7 +78,7 @@
<view class="over" v-if="listData.length == 0">鏆傛棤鏁版嵁</view>
<view class="over" v-if="listData.length != 0 && listData.length != showList.length">鍔犺浇涓�...</view>
<view class="over" v-if="listData.length != 0 && listData.length == showList.length">宸插埌搴�</view>
-
+ <xe-upload ref="XeUpload" :options="uploadOptions" @callback="handleUploadCallback"></xe-upload>
</view>
</template>
@@ -97,6 +98,8 @@
return {
showDetail: -1,
operations : -1,
+ //涓婁紶鍙傛暟
+ uploadOptions: {},
hform: {
HSourceBillType:'8505',
HSourceBillTypeName: "棣栦欢妫�楠屽崟",
diff --git a/pages/jishikucunchaxun/table.vue b/pages/jishikucunchaxun/table.vue
index 719d382..7988855 100644
--- a/pages/jishikucunchaxun/table.vue
+++ b/pages/jishikucunchaxun/table.vue
@@ -192,7 +192,7 @@
}
} else {
uni.showToast({
- title: '浠撲綅鏁版嵁璇锋眰澶辫触',
+ title: '浠撲綅鏁版嵁璇锋眰澶辫触'+res.Message,
icon: 'none'
})
}
--
Gitblit v1.9.1