From dd713372833c6da634fe5af4db5f44e12a6b930e Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Thu, 15 Jun 2023 14:09:02 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=BC=B4=E6=AC=BE=E5=87=AD=E8=AF=81=20?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/listingItems/bond.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/listingItems/bond.html b/view/listingItems/bond.html index 22af729..eb3b4e9 100644 --- a/view/listingItems/bond.html +++ b/view/listingItems/bond.html @@ -201,7 +201,7 @@ - 上传相关凭证: + 缴款凭证:
@@ -238,4 +238,4 @@ - \ No newline at end of file + From 0285daa487c62df5b04c2b9fcf12363e43454d9e Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Thu, 15 Jun 2023 14:34:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=AB=9E=E4=BB=B7=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E9=BB=98=E8=AE=A4N?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/project/listingItems/bond.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/project/listingItems/bond.js b/static/js/project/listingItems/bond.js index f173076..33efbf4 100644 --- a/static/js/project/listingItems/bond.js +++ b/static/js/project/listingItems/bond.js @@ -185,7 +185,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function data['payeePaymentLines'] = payeePaymentLines; data['bankType'] = bankType; data['accountType'] = accountType; - data['status'] = 'Y'; + data['status'] = 'N'; tools.doPost(signupSubmit, data, module.upLoadAction); } @@ -282,4 +282,4 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function } } return module; -}); \ No newline at end of file +});