From 5cea54585f4c41e9c87e226f1d87c6a8a0b24724 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Fri, 14 Feb 2020 11:19:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8A=E6=B8=B8=E7=BB=93?= =?UTF-8?q?=E7=AE=97=E5=8D=95=E9=80=89=E6=8B=A9=E5=90=8E=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=80=BC=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/View/Statement/createCpStatement.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Application/Admin/View/Statement/createCpStatement.html b/Application/Admin/View/Statement/createCpStatement.html index 74f98c5db..c5164d2b3 100644 --- a/Application/Admin/View/Statement/createCpStatement.html +++ b/Application/Admin/View/Statement/createCpStatement.html @@ -566,6 +566,11 @@ } $("#first_partner_id").select2(); $("#second_partner_id").select2(); + //重置数据 + + DATAOBJ.first_part_company=false; + DATAOBJ.second_part_company=false; + TPLSHOW.pushStatementTypeOption(); }) }) $("#first_partner_id").on("change",function(){ @@ -869,6 +874,10 @@ EVENT.changeStatementType(); $("#statement_type").change();//默认支付给乙方 // TPLSHOW.showPartPayInfo();//查看底下是否有值 + }else{ + var str = ""; + $("#statement_type").html(str); + EVENT.changeStatementType(); } }, //支付信息显示