diff --git a/erp_web/css/in_out.css b/erp_web/css/in_out.css index 13d2dd06..e024682b 100644 --- a/erp_web/css/in_out.css +++ b/erp_web/css/in_out.css @@ -100,8 +100,22 @@ width:135px; } -#depotHeadDlg .add-org-btn{ +#depotHeadDlg .account-list{ float: left; - width:30px; + width:112px; +} + +#depotHeadDlg .add-org-btn, #depotHeadDlg .add-account-btn{ + float: left; + width:20px; padding: 2px; +} + +#depotHeadDlg .other-money-list{ + float: left; + width:122px; +} + +#depotHeadDlg .other-money-ico{ + padding-left: 5px; } \ No newline at end of file diff --git a/erp_web/js/pages/materials/in_out.js b/erp_web/js/pages/materials/in_out.js index 0ed6536e..93d23924 100644 --- a/erp_web/js/pages/materials/in_out.js +++ b/erp_web/js/pages/materials/in_out.js @@ -1481,6 +1481,9 @@ }); $("#addCustomer").off("click").on("click",function(){ supplierDlgFun("客户"); + }); + $("#addAccount").off("click").on("click",function(){ + alert("增加结算账户"); }); url = '/depotHead/addDepotHeadAndDetail'; diff --git a/erp_web/pages/materials/purchase_in_list.html b/erp_web/pages/materials/purchase_in_list.html index f3e8655d..204efe7a 100644 --- a/erp_web/pages/materials/purchase_in_list.html +++ b/erp_web/pages/materials/purchase_in_list.html @@ -125,7 +125,13 @@ 结算账户: - +
+ +
+
+ 增加结算账户 +
@@ -135,7 +141,9 @@ 采购费用: - +
+ +