and sup.instance_id = #{instanceId}
and sup.instance_type = #{instanceType}
and sup.submit_instance_id = #{submitInstanceId}
@@ -122,7 +138,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and sup.apply_title = #{applyTitle}
and sup.apply_user = #{applyUser}
and sup.apply_time = #{applyTime}
-
and sup.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
and ((sup.supplierCode like concat('%',#{keyword},'%') or sup.suppplierName like concat('%',#{keyword},'%'))
@@ -137,6 +152,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
sup.legal_representative, sup.customer_contact, sup.contact_number, sup.customer_fax,
sup.customer_email, sup.website, sup.payment_terms, sup.supplier_days, sup.actual_payment_days,
sup.settlement_bank, sup.exchange_settlement_account, sup.deposit_bank, sup.bank_account,
+ sup.deliver_person, sup.deliver_person_phone, sup.deliver_address, sup.receive_person,
+ sup.receive_person_phone, sup.receive_address, sup.invoice_company_name, sup.company_tax_number,
sup.rmb_registered_capital, sup.Industry_code, sup.merchandiser, sup.merchandiser_telephone,
sup.financial_contact, sup.confirm_tax, sup.tax_rate, sup.first_add_time, sup.update_info_time,
sup.create_by, sup.create_time, sup.update_by, sup.update_time, sup.remark,sup.del_flag,
@@ -209,6 +226,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
exchange_settlement_account,
deposit_bank,
bank_account,
+ invoice_company_name,
+ company_tax_number,
+ deliver_person,
+ deliver_person_phone,
+ deliver_address,
+ receive_person,
+ receive_person_phone,
+ receive_address,
rmb_registered_capital,
Industry_code,
merchandiser,
@@ -258,6 +283,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{exchangeSettlementAccount},
#{depositBank},
#{bankAccount},
+ #{invoiceCompanyName},
+ #{companyTaxNumber},
+ #{deliverPerson},
+ #{deliverPersonPhone},
+ #{deliverAddress},
+ #{receivePerson},
+ #{receivePersonPhone},
+ #{receiveAddress},
#{rmbRegisteredCapital},
#{industryCode},
#{merchandiser},
@@ -311,6 +344,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
exchange_settlement_account = #{exchangeSettlementAccount},
deposit_bank = #{depositBank},
bank_account = #{bankAccount},
+ invoice_company_name = #{invoiceCompanyName},
+ company_tax_number = #{companyTaxNumber},
+ deliver_person = #{deliverPerson},
+ deliver_person_phone = #{deliverPersonPhone},
+ deliver_address = #{deliverAddress},
+ receive_person = #{receivePerson},
+ receive_person_phone = #{receivePersonPhone},
+ receive_address = #{receiveAddress},
rmb_registered_capital = #{rmbRegisteredCapital},
Industry_code = #{industryCode},
merchandiser = #{merchandiser},
diff --git a/ruoyi-admin/src/main/resources/templates/system/supplier/taskCgjlVerify.html b/ruoyi-admin/src/main/resources/templates/system/supplier/taskCgjlVerify.html
index 170e6bfb..a2402651 100644
--- a/ruoyi-admin/src/main/resources/templates/system/supplier/taskCgjlVerify.html
+++ b/ruoyi-admin/src/main/resources/templates/system/supplier/taskCgjlVerify.html
@@ -207,6 +207,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+