From f20a697d4d3b666b2754b6d7057205f3d98503b7 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 26 一月 2026 09:30:09 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev
---
pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue | 21 ++++++++++++---------
1 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue b/pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue
index 456e57f..bf4ee68 100644
--- a/pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue
+++ b/pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue
@@ -71,7 +71,7 @@
<button class="op3" size="mini" plain @tap.stop="audit(item, 1)">鍙嶅鏍�</button>
<button class="op3" size="mini" plain @tap.stop="fileUpload(item)">鏂囦欢涓婁紶</button>
<button class="op3" size="mini" plain @tap.stop="getImage(item)">棰勮鍥剧墖</button>
- <!-- <button class="op3" size="mini" plain @tap.stop="Reject(item)">椹冲洖</button> -->
+ <button class="op3" size="mini" plain @tap.stop="Reject(item)">椹冲洖</button>
<button class="op5" size="mini" plain @tap.stop="operations = -1">鍙栨秷鎿嶄綔</button>
</view>
</uni-card>
@@ -271,11 +271,13 @@
})
if(mode==1){
this.showDialog(item["hmainid"]);
+ }else{
+ setTimeout(() => {
+ this.cmdSearch()
+ }, 2000)
}
this.$forceUpdate()
- setTimeout(() => {
- this.cmdSearch()
- }, 2000)
+
}else {
CommonUtils.showTips({
title: '娓╅Θ鎻愮ず',
@@ -352,15 +354,15 @@
},
//鍙嶅鏍告彁浜ゆ剰瑙�
- showDialog(HInterID) {
+ async showDialog(HInterID) {
uni.showModal({
title: '璇锋彁浜ゅ弽瀹℃牳鎰忚',
editable: true,
placeholderText: '璇疯緭鍏ュ唴瀹�',
- success: (result) => {
+ success: async (result) => {
if (result.confirm) {
try {
- let res = CommonUtils.doRequest2Sync({
+ let res = await CommonUtils.doRequest2Sync({
url: '/LMES/AuditFlowOpinion',
data: {
"sWhere": result.content,
@@ -381,9 +383,9 @@
if (count > 0) {
uni.showToast({
icon: 'none',
- title: Message
+ title: "鎰忚鎻愪氦鎴愬姛"
})
-
+ this.cmdSearch();
} else {
uni.showToast({
icon: 'none',
@@ -442,6 +444,7 @@
} = res.data
if (count > 0) {
if(data.length>0){
+
const imageUrl = res.data.data[0]["url"];
//姝e垯琛ㄨ揪寮忚幏鍙栨湇鍔″櫒璺緞鍊掓暟绗簩涓唴瀹�
const regex = /^(.*\/)[^\/]+\/[^\/]*\/?$/;
--
Gitblit v1.9.1