From ca6d2349fb1b0f41358dbaa68dcb06a30df81ad0 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期五, 09 一月 2026 11:22:49 +0800
Subject: [PATCH] 修改发票新增
---
ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue b/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue
index 63da0e6..2c5a3a5 100644
--- a/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue
+++ b/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue
@@ -361,7 +361,7 @@
// 瀹氫箟瀹為檯瑕佹墽琛岀殑鍑芥暟
const handleItemNameChange = (val: any) => {
// 鍒ゆ柇 itemType 鏄惁涓� '0'锛屽苟涓� itemName 鏈夊��
- if (form.value.itemType === '0' && val) {
+ if (form.value.itemType == 0 && val) {
// 鍦ㄨ繖閲屾坊鍔犱綘鐨勮姹傛帴鍙i�昏緫
smartLockerApplicationQuery({ licensePlateNumber: val }).then(response => {
if (response.code == 200) {
@@ -377,13 +377,13 @@
const handleInvalid = (row: any) => {
proxy.$modal.confirm(`鏄惁浣滃簾璇ョ敵棰嗕汉缂栫爜 锛�${row.applicantCode}?`).then(function () {
return smartLockerApplicationInvalid(row.id);
- }).then((res) => {
+ }).then((res:any) => {
onLoad(page.value);
proxy.$modal.msgSuccess(res.msg);
})
}
-const handleEditBtn = (row, index) => {
+const handleEditBtn = (row:any, index:any) => {
crudRef.value.rowEdit(row, index)
// option.value.editBtn = true;
}
--
Gitblit v1.8.0