From 08df25eab3a4d0c03857402b3d3e807976357f64 Mon Sep 17 00:00:00 2001 From: tping Date: Thu, 24 Dec 2020 10:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=95=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/View/Partner/edit.html | 36 ++++++++++++++--- .../Admin/View/PromoteCompany/edit.html | 40 ++++++++++++++----- 2 files changed, 61 insertions(+), 15 deletions(-) diff --git a/Application/Admin/View/Partner/edit.html b/Application/Admin/View/Partner/edit.html index 9b7736b4c..0049c5b8d 100644 --- a/Application/Admin/View/Partner/edit.html +++ b/Application/Admin/View/Partner/edit.html @@ -152,16 +152,16 @@ *甲方公司类型: *乙方公司类型: @@ -179,11 +179,33 @@ --> + *甲方公司: + + + *乙方公司: + + + + + + + + + *甲方公司: + + @@ -197,6 +219,7 @@ + *结算周期: @@ -484,8 +507,9 @@ $("#tab_tab1").click(); } - $("#part_a").children().remove(); - $("#part_a").append(""); + $("#cp_company").text($("#partner").val()); + // $("#part_a").children().remove(); + // $("#part_a").append(""); return false; }); diff --git a/Application/Admin/View/PromoteCompany/edit.html b/Application/Admin/View/PromoteCompany/edit.html index 42ce732e4..27b85fae2 100644 --- a/Application/Admin/View/PromoteCompany/edit.html +++ b/Application/Admin/View/PromoteCompany/edit.html @@ -500,20 +500,21 @@ *甲方公司类型: *乙方公司类型: + - + *甲方公司: @@ -545,6 +546,27 @@ + + + + *甲方公司: + + + + + *乙方公司: + + + + + + *结算周期: @@ -837,15 +859,15 @@ if (!$("#partner").val()) { $("#tab_tab1").click(); } + $("#cp_company").text($("#partner").val()); $("#tab_tab2").click(function() { if (!$("#partner").val()) { alert('请填写合作方名称'); $("#tab_tab1").click(); } - - $("#part_a").children().remove(); - $("#part_a").append(""); + //$("#part_a").children().remove(); + //$("#part_a").append(""); return false; });