Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
6841ec3b
Commit
6841ec3b
authored
Apr 17, 2020
by
季圣华
Browse files
优化页面
parent
c8041a6b
Changes
4
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/customer.html
View file @
6841ec3b
...
@@ -153,29 +153,29 @@
...
@@ -153,29 +153,29 @@
</div>
</div>
<!-- 导入excel表格 -->
<!-- 导入excel表格 -->
<div
id=
"importExcelDlg"
style=
"padding:10px 20px"
>
<div
id=
"importExcelDlg"
style=
"padding:10px 20px"
buttons=
"#dlg-buttons5"
>
<form
id=
"importExcelFM"
method=
"post"
enctype=
"multipart/form-data"
<form
id=
"importExcelFM"
method=
"post"
enctype=
"multipart/form-data"
action=
"/supplier/importExcelCustomer"
>
action=
"/supplier/importExcelCustomer"
>
<div
class=
"fitem"
style=
"padding:5px"
>
<table>
<label>
文件名称
</label>
<tr>
<input
name=
"supplierFile"
id=
"supplierFile"
type=
"file"
style=
"width: 230px;height: 20px"
/>
<td
style=
"width:80px;"
>
文件名称
</td>
</div>
<td
style=
"padding:5px"
>
<div
class=
"fitem"
style=
"padding:5px"
>
<input
name=
"supplierFile"
id=
"supplierFile"
type=
"file"
style=
"width: 230px;"
/>
<label><b>
导入注意
</b>
</label><span>
(预收款、期初应收、期初应付、税率均为数值且要大于0;另外期初应收、期初应付不能同时输入)
</span>
</td>
</div>
</tr>
<div
class=
"fitem"
style=
"padding:5px;display: none;"
>
<tr>
<label>
是否审查
</label>
<td>
导入注意
</td>
<select
id=
"isCheck"
name=
"isCheck"
style=
"width: 230px;height: 20px"
>
<td
style=
"padding:5px"
>
<option
value=
"0"
>
是
</option>
<span>
预收款、期初应收、期初应付、税率均为数值且要大于0;另外期初应收、期初应付不能同时输入
</span>
<option
value=
"1"
selected=
"selected"
>
否
</option>
</td>
</select>
</tr>
</div>
</table>
<div
id=
"dlg-buttons5"
>
<a
href=
"javascript:void(0)"
id=
"saveimport"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
导入
</a>
<a
href=
"javascript:void(0)"
id=
"cancelimport"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#importExcelDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons5"
>
<a
href=
"javascript:void(0)"
id=
"saveimport"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
导入
</a>
<a
href=
"javascript:void(0)"
id=
"cancelimport"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#importExcelDlg').dialog('close')"
>
取消
</a>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/pages/manage/member.html
View file @
6841ec3b
...
@@ -153,29 +153,29 @@
...
@@ -153,29 +153,29 @@
</div>
</div>
<!-- 导入excel表格 -->
<!-- 导入excel表格 -->
<div
id=
"importExcelDlg"
style=
"padding:10px 20px"
>
<div
id=
"importExcelDlg"
style=
"padding:10px 20px"
buttons=
"#dlg-buttons5"
>
<form
id=
"importExcelFM"
method=
"post"
enctype=
"multipart/form-data"
<form
id=
"importExcelFM"
method=
"post"
enctype=
"multipart/form-data"
action=
"/supplier/importExcelMember"
>
action=
"/supplier/importExcelMember"
>
<div
class=
"fitem"
style=
"padding:5px"
>
<table>
<label>
文件名称
</label>
<tr>
<input
name=
"supplierFile"
id=
"supplierFile"
type=
"file"
style=
"width: 230px;height: 20px"
/>
<td
style=
"width:80px;"
>
文件名称
</td>
</div>
<td
style=
"padding:5px"
>
<div
class=
"fitem"
style=
"padding:5px"
>
<input
name=
"supplierFile"
id=
"supplierFile"
type=
"file"
style=
"width: 230px;"
/>
<label><b>
导入注意
</b>
</label><span>
(预收款、期初应收、期初应付、税率均为数值且要大于0;另外期初应收、期初应付不能同时输入)
</span>
</td>
</div>
</tr>
<div
class=
"fitem"
style=
"padding:5px;display: none;"
>
<tr>
<label>
是否审查
</label>
<td>
导入注意
</td>
<select
id=
"isCheck"
name=
"isCheck"
style=
"width: 230px;height: 20px"
>
<td
style=
"padding:5px"
>
<option
value=
"0"
>
是
</option>
<span>
预收款、期初应收、期初应付、税率均为数值且要大于0;另外期初应收、期初应付不能同时输入
</span>
<option
value=
"1"
selected=
"selected"
>
否
</option>
</td>
</select>
</tr>
</div>
</table>
<div
id=
"dlg-buttons5"
>
<a
href=
"javascript:void(0)"
id=
"saveimport"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
导入
</a>
<a
href=
"javascript:void(0)"
id=
"cancelimport"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#importExcelDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons5"
>
<a
href=
"javascript:void(0)"
id=
"saveimport"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
导入
</a>
<a
href=
"javascript:void(0)"
id=
"cancelimport"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#importExcelDlg').dialog('close')"
>
取消
</a>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/pages/manage/vendor.html
View file @
6841ec3b
...
@@ -153,30 +153,30 @@
...
@@ -153,30 +153,30 @@
</div>
</div>
<!-- 导入excel表格 -->
<!-- 导入excel表格 -->
<div
id=
"importExcelDlg"
style=
"padding:10px 20px"
>
<div
id=
"importExcelDlg"
style=
"padding:10px 20px"
buttons=
"#dlg-buttons5"
>
<form
id=
"importExcelFM"
method=
"post"
enctype=
"multipart/form-data"
<form
id=
"importExcelFM"
method=
"post"
enctype=
"multipart/form-data"
action=
"/supplier/importExcelVendor"
>
action=
"/supplier/importExcelVendor"
>
<div
class=
"fitem"
style=
"padding:5px"
>
<table>
<label>
文件名称
</label>
<tr>
<input
name=
"supplierFile"
id=
"supplierFile"
type=
"file"
style=
"width: 230px;height: 20px"
/>
<td
style=
"width:80px;"
>
文件名称
</td>
</div>
<td
style=
"padding:5px"
>
<div
class=
"fitem"
style=
"padding:5px"
>
<input
name=
"supplierFile"
id=
"supplierFile"
type=
"file"
style=
"width: 230px;"
/>
<label><b>
导入注意
</b>
</label><span>
(预收款、期初应收、期初应付、税率均为数值且要大于0;另外期初应收、期初应付不能同时输入)
</span>
</td>
</div>
</tr>
<div
class=
"fitem"
style=
"padding:5px;display: none;"
>
<tr>
<label>
是否审查
</label>
<td>
导入注意
</td>
<select
id=
"isCheck"
name=
"isCheck"
style=
"width: 230px;height: 20px"
>
<td
style=
"padding:5px"
>
<option
value=
"0"
>
是
</option>
<span>
预收款、期初应收、期初应付、税率均为数值且要大于0;另外期初应收、期初应付不能同时输入
</span>
<option
value=
"1"
selected=
"selected"
>
否
</option>
</td>
</select>
</tr>
</div>
</table>
<div
id=
"dlg-buttons5"
>
<a
href=
"javascript:void(0)"
id=
"saveimport"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
导入
</a>
<a
href=
"javascript:void(0)"
id=
"cancelimport"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#importExcelDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons5"
>
<a
href=
"javascript:void(0)"
id=
"saveimport"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
导入
</a>
<a
href=
"javascript:void(0)"
id=
"cancelimport"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#importExcelDlg').dialog('close')"
>
取消
</a>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/pages/materials/material.html
View file @
6841ec3b
...
@@ -193,21 +193,27 @@
...
@@ -193,21 +193,27 @@
<div
id=
"importExcelDlg"
class=
"easyui-dialog"
style=
"width:450px; padding:10px 20px;"
<div
id=
"importExcelDlg"
class=
"easyui-dialog"
style=
"width:450px; padding:10px 20px;"
closed=
"true"
buttons=
"#dlg-buttons5"
modal=
"true"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons5"
modal=
"true"
collapsible=
"false"
closable=
"true"
>
<form
id=
"importExcelFM"
method=
"post"
enctype=
"multipart/form-data"
action=
"/material/importExcel"
>
<form
id=
"importExcelFM"
method=
"post"
enctype=
"multipart/form-data"
action=
"/material/importExcel"
>
<div
class=
"fitem"
style=
"padding:5px"
>
<table>
<label>
表格模板
</label>
<tr>
<span><a
href=
"/upload/excels/goods_template.xls"
><b>
Excel模板下载
</b></a></span>
<td
style=
"width:80px;"
>
表格模板
</td>
</div>
<td
style=
"padding:5px"
>
<div
class=
"fitem"
style=
"padding:5px"
>
<span><a
href=
"/upload/excels/goods_template.xls"
><b>
Excel模板下载
</b></a></span>
<label>
文件名称
</label>
</td>
<input
name=
"materialFile"
id=
"materialFile"
type=
"file"
style=
"width: 230px;height: 20px"
/>
</tr>
</div>
<tr>
<div
id=
"dlg-buttons5"
>
<td>
文件名称
</td>
<a
href=
"javascript:void(0)"
id=
"saveimport"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
导入
</a>
<td
style=
"padding:5px"
>
<a
href=
"javascript:void(0)"
id=
"cancelimport"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<input
name=
"materialFile"
id=
"materialFile"
type=
"file"
style=
"width: 230px;"
/>
onclick=
"javascript:$('#importExcelDlg').dialog('close')"
>
取消
</a>
</td>
</div>
</tr>
</table>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons5"
>
<a
href=
"javascript:void(0)"
id=
"saveimport"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
导入
</a>
<a
href=
"javascript:void(0)"
id=
"cancelimport"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#importExcelDlg').dialog('close')"
>
取消
</a>
</div>
<div
id=
"forSelectMaterialCategoryDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:50px;"
<div
id=
"forSelectMaterialCategoryDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:50px;"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment