From 8937235726327c30bc93d488c3f302d5b03b3a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 2 Nov 2019 09:08:38 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c010b28..1a0e3aaa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * 欢迎加入华夏ERP交流QQ群,群1:120725710(满)、群2:732152262 * 系统的默认超管账户:admin,默认租户账号:jsh,默认密码均为:123456 * 部署如遇到困难请参考Wiki文档 **https://gitee.com/jishenghua/JSH_ERP/wikis/pages** -* 本系统演示地址:[http://www.huaxiaerp.com](http://www.huaxiaerp.com),账号:jsh,密码:123456,**欢迎登录(如需试用,欢迎注册)** +* 官网地址:[http://www.huaxiaerp.com](http://www.huaxiaerp.com),测试账号:jsh,密码:123456,**(如需长期使用,欢迎注册)** # 定制服务 * 如有ERP **私人定制** 需求,请将需求整理成文档,发给邮箱: **514869858@qq.com** ,我会及时回复哒 @@ -42,7 +42,7 @@ # 系统美图 * 首页 -![输入图片说明](https://images.gitee.com/uploads/images/2019/0914/113956_ce9b6518_852955.png "首页.png") +![输入图片说明](https://images.gitee.com/uploads/images/2019/1102/090743_f2f048e8_852955.png "首页.png") * 零售管理 ![输入图片说明](https://images.gitee.com/uploads/images/2019/0914/113648_9334e6cb_852955.png "零售管理.png") * 采购管理 From 15a431e77f99a08697a3163f89cbb55407cbdd03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 2 Nov 2019 09:49:01 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E7=BB=99=E6=B3=A8=E5=86=8C=E7=9A=84?= =?UTF-8?q?=E8=B4=A6=E6=88=B7=E9=99=90=E5=88=B6=E4=B8=BA=E5=8F=AA=E8=83=BD?= =?UTF-8?q?=E7=94=A8=E6=89=8B=E6=9C=BA=E5=8F=B7=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/js/common/common.js | 14 ++++++++++++++ erp_web/register.html | 13 ++++++++----- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/erp_web/js/common/common.js b/erp_web/js/common/common.js index cd866865..3c91a0d0 100644 --- a/erp_web/js/common/common.js +++ b/erp_web/js/common/common.js @@ -334,4 +334,18 @@ function turnBillDetailPage(number, type) { js.addTabPage(null, "单据明细", "/pages/materials/bill_detail.html?n="+ number + "&type=" + type); + } + + /** + * 验证手机号码 + * @param phoneInput + * @returns {boolean} + */ + function isPhoneAvailable(phoneInput) { + var myreg=/^[1][3,4,5,7,8,9][0-9]{9}$/; + if (!myreg.test(phoneInput.val())) { + return false; + } else { + return true; + } } \ No newline at end of file diff --git a/erp_web/register.html b/erp_web/register.html index 65cf02ea..839ca92a 100644 --- a/erp_web/register.html +++ b/erp_web/register.html @@ -48,9 +48,9 @@
- + + data-msg-required="请填写登录账号." placeholder="登录账户(请输入手机号码)"/>
+
\ No newline at end of file diff --git a/erp_web/pages/materials/assemble_list.html b/erp_web/pages/materials/assemble_list.html index 8c04ddad..c104b318 100644 --- a/erp_web/pages/materials/assemble_list.html +++ b/erp_web/pages/materials/assemble_list.html @@ -16,6 +16,7 @@ + @@ -131,5 +132,6 @@ 取消
+
\ No newline at end of file diff --git a/erp_web/pages/materials/disassemble_list.html b/erp_web/pages/materials/disassemble_list.html index a338f472..944b88dd 100644 --- a/erp_web/pages/materials/disassemble_list.html +++ b/erp_web/pages/materials/disassemble_list.html @@ -132,5 +132,6 @@ 取消 +
\ No newline at end of file diff --git a/erp_web/pages/materials/other_in_list.html b/erp_web/pages/materials/other_in_list.html index f246f6f3..9d4cee03 100644 --- a/erp_web/pages/materials/other_in_list.html +++ b/erp_web/pages/materials/other_in_list.html @@ -16,6 +16,7 @@ + @@ -143,5 +144,6 @@ onclick="javascript:$('#depotHeadDlgShow').dialog('close')">取消
+
diff --git a/erp_web/pages/materials/other_out_list.html b/erp_web/pages/materials/other_out_list.html index 132b0f4a..f8c3e404 100644 --- a/erp_web/pages/materials/other_out_list.html +++ b/erp_web/pages/materials/other_out_list.html @@ -16,6 +16,7 @@ + @@ -136,5 +137,6 @@ 取消 +
\ No newline at end of file diff --git a/erp_web/pages/materials/purchase_back_list.html b/erp_web/pages/materials/purchase_back_list.html index d7074476..d4a15104 100644 --- a/erp_web/pages/materials/purchase_back_list.html +++ b/erp_web/pages/materials/purchase_back_list.html @@ -16,6 +16,7 @@ + @@ -52,7 +53,7 @@
-
@@ -139,7 +140,7 @@ 取消 -
@@ -268,5 +269,6 @@ 保存取消 +
diff --git a/erp_web/pages/materials/purchase_in_list.html b/erp_web/pages/materials/purchase_in_list.html index b777b6b6..f34221df 100644 --- a/erp_web/pages/materials/purchase_in_list.html +++ b/erp_web/pages/materials/purchase_in_list.html @@ -16,6 +16,7 @@ + @@ -52,7 +53,7 @@
-
@@ -154,7 +155,7 @@ 取消 -
@@ -286,5 +287,6 @@
+
diff --git a/erp_web/pages/materials/purchase_orders_list.html b/erp_web/pages/materials/purchase_orders_list.html index 235335cc..17be58e2 100644 --- a/erp_web/pages/materials/purchase_orders_list.html +++ b/erp_web/pages/materials/purchase_orders_list.html @@ -197,5 +197,6 @@ 取消
+
diff --git a/erp_web/pages/materials/retail_back_list.html b/erp_web/pages/materials/retail_back_list.html index ce6286f0..a46fe74e 100644 --- a/erp_web/pages/materials/retail_back_list.html +++ b/erp_web/pages/materials/retail_back_list.html @@ -16,6 +16,7 @@ + @@ -208,5 +209,6 @@ 取消 +
\ No newline at end of file diff --git a/erp_web/pages/materials/retail_out_list.html b/erp_web/pages/materials/retail_out_list.html index 8cb5c40a..ee521c81 100644 --- a/erp_web/pages/materials/retail_out_list.html +++ b/erp_web/pages/materials/retail_out_list.html @@ -16,6 +16,7 @@ + @@ -246,5 +247,6 @@ 取消
+
diff --git a/erp_web/pages/materials/sale_back_list.html b/erp_web/pages/materials/sale_back_list.html index 0f83aea4..96613010 100644 --- a/erp_web/pages/materials/sale_back_list.html +++ b/erp_web/pages/materials/sale_back_list.html @@ -16,6 +16,7 @@ + @@ -52,7 +53,7 @@
-
@@ -138,7 +139,7 @@ 取消 -
@@ -268,5 +269,6 @@ 保存取消 +
\ No newline at end of file diff --git a/erp_web/pages/materials/sale_orders_list.html b/erp_web/pages/materials/sale_orders_list.html index 16c3b817..ade0fa03 100644 --- a/erp_web/pages/materials/sale_orders_list.html +++ b/erp_web/pages/materials/sale_orders_list.html @@ -199,5 +199,6 @@ 取消
+
diff --git a/erp_web/pages/materials/sale_out_list.html b/erp_web/pages/materials/sale_out_list.html index c8e5a872..5e104954 100644 --- a/erp_web/pages/materials/sale_out_list.html +++ b/erp_web/pages/materials/sale_out_list.html @@ -16,6 +16,7 @@ + @@ -52,7 +53,7 @@
-
@@ -119,7 +120,13 @@ @@ -146,7 +153,7 @@ 取消 -
结算账户: - + +
@@ -279,5 +286,7 @@ 取消
+
+
diff --git a/erp_web/pages/template/base.html b/erp_web/pages/template/base.html index 82f3da6f..609088a0 100644 --- a/erp_web/pages/template/base.html +++ b/erp_web/pages/template/base.html @@ -141,4 +141,36 @@ 保存取消 +{{/if}} + +{{#if accountSelect}} +
+ +
+ + + + + + + + + + + + +
名称 + +
编号 + +
期初金额 + +
+ +
+
+ 保存 + 取消 +
{{/if}} \ No newline at end of file From c13026d3d614c00cd08d369128ec664921d06eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 3 Nov 2019 20:11:13 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BB=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp_web/home.html b/erp_web/home.html index d37eafb4..d6429059 100644 --- a/erp_web/home.html +++ b/erp_web/home.html @@ -94,7 +94,7 @@