From 975e5fdae1f4ce0a4bd7cb1c1544a025540618aa Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 21 一月 2026 15:02:56 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev

---
 pages/MJGL/Sb_EquipRepairCheckBill/Sb_EquipRepairCheckBillList.vue |   91 ++-------------------------------------------
 1 files changed, 5 insertions(+), 86 deletions(-)

diff --git a/pages/MJGL/Sb_EquipRepairCheckBill/Sb_EquipRepairCheckBillList.vue b/pages/MJGL/Sb_EquipRepairCheckBill/Sb_EquipRepairCheckBillList.vue
index 174694f..8556fd1 100644
--- a/pages/MJGL/Sb_EquipRepairCheckBill/Sb_EquipRepairCheckBillList.vue
+++ b/pages/MJGL/Sb_EquipRepairCheckBill/Sb_EquipRepairCheckBillList.vue
@@ -144,7 +144,7 @@
                 serverUrl: uni.getStorageSync('serverUrl') || 'http://47.96.97.237/API',
                 tabs: 0,
                 urls: '/Web/GetEquipmentBillsList',
-                MvarReportTitle: '璁惧鐐规璁板綍鍗曠紦瀛�',
+                MvarReportTitle: '璁惧缁翠慨楠屾敹鍗曞垪琛�',
                 hform: {
                     HBillNo: '',
                     HSourceBillNo: '',
@@ -264,9 +264,6 @@
                 if (this.tabs == 0) {
                     this.urls = '/Web/GetEquipmentBillsList'
                 }
-                // if (this.tabs == 1) {
-                // 	this.urls = '/WEBSController/GetKf_ICStockBillQueryList_User_Json'
-                // }
                 this.search()
             },
             async getList() {
@@ -293,13 +290,13 @@
                     } else {
                         CommonUtils.showTips({
                             title: "娓╅Θ鎻愮ず",
-                            message: `鑾峰彇璁惧鐐规璁板綍鍗曞け璐�: ${Message}`
+                            message: `鑾峰彇璁惧缁翠慨楠屾敹鍗曞け璐�: ${Message}`
                         })
                     }
                 } catch (err) {
                     CommonUtils.showTips({
                         title: "娓╅Θ鎻愮ず",
-                        message: `鑾峰彇璁惧鐐规璁板綍鍗曞け璐�: ${err}`
+                        message: `鑾峰彇璁惧缁翠慨楠屾敹鍗曞け璐�: ${err}`
                     })
                 }
 
@@ -341,41 +338,7 @@
             },
             add() {
                 uni.navigateTo({
-                    url: '/pages/MJGL/Sb_EquipRepariCheckBill/Sb_EquipRepariCheckBill?operationType=1'
-                })
-            },
-            //缂栬緫
-            edit(item) {
-                console.log(item)
-                uni.request({
-                    url: this.serverUrl + '/WEBSController/TempList_Modify_Json',
-                    data: {
-                        "HInterID": item.HInterID,
-                        "HBillNo": item.鍗曟嵁鍙�,
-                        "HBillType": this.hform.HBillType
-                    },
-                    success: (res) => {
-                        console.log(1, res);
-                        if (res.data.count == 1) {
-                            uni.navigateTo({
-                                url: './OtherOutBill?OperationType=2&HInterID=' + item.HInterID
-                            })
-                        } else {
-                            uni.showToast({
-                                title: res.data.Message,
-                                icon: 'none'
-                            })
-                        }
-
-                    },
-                    fail: (res) => {
-                        console.log(res);
-                        uni.hideLoading()
-                        uni.showToast({
-                            title: '鎺ュ彛璇锋眰澶辫触',
-                            icon: 'none'
-                        })
-                    },
+                    url: '/pages/MJGL/Sb_EquipRepairCheckBill/Sb_EquipRepairCheckBill?operationType=1'
                 })
             },
             //鍒犻櫎
@@ -418,51 +381,7 @@
                         }
                     }
                 });
-            },
-            //鎾ら攢
-            revoke(item) {
-                // console.log(item.hmainid,uni.getStorageSync('HUserName'))
-                uni.showModal({
-                    title: '鎻愮ず',
-                    content: '鏄惁纭鎾ら攢',
-                    success: (res) => {
-                        if (res.confirm) {
-                            console.log('鐢ㄦ埛鐐瑰嚮纭畾');
-                            uni.request({
-                                url: this.serverUrl +
-                                    '/WEBSController/set_DeleteICStockBillAndWMS_Json',
-                                data: {
-                                    HInterID: item.HInterID,
-                                    HBillNo: item.鍗曟嵁鍙�,
-                                    HBillType: this.hform.HBillType,
-                                    HMaker: uni.getStorageSync('HUserName'),
-                                    MvarReportTitle: this.MvarReportTitle,
-                                },
-                                success: (res) => {
-                                    console.log(1, res);
-                                    if (res.data.count == 1) {
-                                        this.clear()
-                                    }
-                                    uni.showToast({
-                                        title: res.data.Message,
-                                        icon: 'none'
-                                    })
-                                },
-                                fail: (res) => {
-                                    console.log(res);
-                                    uni.hideLoading()
-                                    uni.showToast({
-                                        title: '鎺ュ彛璇锋眰澶辫触',
-                                        icon: 'none'
-                                    })
-                                },
-                            });
-                        } else if (res.cancel) {
-                            console.log('鐢ㄦ埛鐐瑰嚮鍙栨秷');
-                        }
-                    }
-                });
-            },
+            }            
         }
     }
 </script>

--
Gitblit v1.9.1