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
f1611c33
Commit
f1611c33
authored
Apr 08, 2020
by
季圣华
Browse files
单据页面优化,适配手机
parent
519a85d9
Changes
15
Hide whitespace changes
Inline
Side-by-side
erp_web/js/pages/materials/in_out.js
View file @
f1611c33
...
@@ -1093,7 +1093,7 @@
...
@@ -1093,7 +1093,7 @@
//订单转采购或销售
//订单转采购或销售
function
skipDepotHead
(
index
){
function
skipDepotHead
(
index
){
var
res
=
$
(
"
#tableData
"
).
datagrid
(
"
getRows
"
)[
index
];
var
res
=
$
(
"
#tableData
"
).
datagrid
(
"
getRows
"
)[
index
];
if
(
status
==
"
0
"
||
status
==
"
2
"
)
{
if
(
res
.
status
==
"
0
"
||
res
.
status
==
"
2
"
)
{
$
.
messager
.
alert
(
'
提示
'
,
'
未审核和已转的单据禁止操作!
'
,
'
warning
'
);
$
.
messager
.
alert
(
'
提示
'
,
'
未审核和已转的单据禁止操作!
'
,
'
warning
'
);
}
else
{
}
else
{
sessionStorage
.
setItem
(
"
rowInfo
"
,
JSON
.
stringify
(
res
));
//将单据信息存入缓存中
sessionStorage
.
setItem
(
"
rowInfo
"
,
JSON
.
stringify
(
res
));
//将单据信息存入缓存中
...
...
erp_web/pages/materials/allocation_out_list.html
View file @
f1611c33
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;"
>
单据日期
</td>
<td
style=
"width:70px;"
>
单据日期
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
...
...
erp_web/pages/materials/assemble_list.html
View file @
f1611c33
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;"
>
单据日期
</td>
<td
style=
"width:70px;"
>
单据日期
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
...
...
erp_web/pages/materials/disassemble_list.html
View file @
f1611c33
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;"
>
单据日期
</td>
<td
style=
"width:70px;"
>
单据日期
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
...
...
erp_web/pages/materials/material.html
View file @
f1611c33
...
@@ -69,9 +69,9 @@
...
@@ -69,9 +69,9 @@
<form
id=
"materialFM"
method=
"post"
novalidate
>
<form
id=
"materialFM"
method=
"post"
novalidate
>
<div
id=
"tt"
class=
"easyui-tabs"
style=
"width:100%;height:520px;"
>
<div
id=
"tt"
class=
"easyui-tabs"
style=
"width:100%;height:520px;"
>
<div
title=
"基本信息"
style=
"padding:20px;"
>
<div
title=
"基本信息"
style=
"padding:20px;"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1150px;"
>
<tr>
<tr>
<td
style=
"width:
8
0px; height:30px;"
>
品名
</td>
<td
style=
"width:
6
0px; height:30px;"
>
品名
</td>
<td
style=
"padding:5px;width:250px;"
>
<td
style=
"padding:5px;width:250px;"
>
<input
name=
"Name"
id=
"Name"
class=
"easyui-textbox"
<input
name=
"Name"
id=
"Name"
class=
"easyui-textbox"
data-options=
"required:true,validType:'length[1,30]'"
data-options=
"required:true,validType:'length[1,30]'"
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
<td
style=
"width:250px"
></td>
<td
style=
"width:250px"
></td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:
8
0px;"
>
型号
</td>
<td
style=
"width:
6
0px;"
>
型号
</td>
<td
style=
"padding:5px;"
>
<td
style=
"padding:5px;"
>
<input
name=
"Model"
id=
"Model"
class=
"easyui-textbox"
<input
name=
"Model"
id=
"Model"
class=
"easyui-textbox"
data-options=
"validType:'length[1,30]'"
style=
"width: 180px;"
/>
data-options=
"validType:'length[1,30]'"
style=
"width: 180px;"
/>
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
<td
style=
"text-align: left;"
></td>
<td
style=
"text-align: left;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:
8
0px;"
>
序列号
</td>
<td
style=
"width:
6
0px;"
>
序列号
</td>
<td
style=
"padding:5px;"
>
<td
style=
"padding:5px;"
>
<select
name=
"EnableSerialNumber"
id=
"EnableSerialNumber"
<select
name=
"EnableSerialNumber"
id=
"EnableSerialNumber"
style=
"width:180px;height: 30px;border: 1px solid #95B8E7;border-radius:5px;"
>
style=
"width:180px;height: 30px;border: 1px solid #95B8E7;border-radius:5px;"
>
...
...
erp_web/pages/materials/other_in_list.html
View file @
f1611c33
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;"
>
供应商
</td>
<td
style=
"width:70px;"
>
供应商
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
...
...
erp_web/pages/materials/other_out_list.html
View file @
f1611c33
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;"
>
客户
</td>
<td
style=
"width:70px;"
>
客户
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
...
...
erp_web/pages/materials/purchase_back_list.html
View file @
f1611c33
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;"
>
供应商
</td>
<td
style=
"width:70px;"
>
供应商
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
...
@@ -143,7 +143,7 @@
...
@@ -143,7 +143,7 @@
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
...
...
erp_web/pages/materials/purchase_in_list.html
View file @
f1611c33
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;"
>
供应商
</td>
<td
style=
"width:70px;"
>
供应商
</td>
<td
style=
"padding:5px;"
>
<td
style=
"padding:5px;"
>
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
...
...
erp_web/pages/materials/purchase_orders_list.html
View file @
f1611c33
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;"
>
供应商
</td>
<td
style=
"width:70px;"
>
供应商
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
...
...
erp_web/pages/materials/retail_back_list.html
View file @
f1611c33
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;height:50px;"
>
会员卡号
</td>
<td
style=
"width:70px;height:50px;"
>
会员卡号
</td>
<td
style=
"padding:5px;width:200px;"
>
<td
style=
"padding:5px;width:200px;"
>
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;height:50px;"
>
会员卡号:
</td>
<td
style=
"width:70px;height:50px;"
>
会员卡号:
</td>
<td
style=
"padding:5px;width:200px;"
>
<td
style=
"padding:5px;width:200px;"
>
...
...
erp_web/pages/materials/retail_out_list.html
View file @
f1611c33
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;height:50px;"
>
会员卡号
</td>
<td
style=
"width:70px;height:50px;"
>
会员卡号
</td>
<td
style=
"padding:5px;width:200px;"
>
<td
style=
"padding:5px;width:200px;"
>
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;height:50px;"
>
会员卡号:
</td>
<td
style=
"width:70px;height:50px;"
>
会员卡号:
</td>
<td
style=
"padding:5px;width:200px;"
>
<td
style=
"padding:5px;width:200px;"
>
...
...
erp_web/pages/materials/sale_back_list.html
View file @
f1611c33
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td>
客户
</td>
<td>
客户
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;"
>
客户:
</td>
<td
style=
"width:70px;"
>
客户:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
...
...
erp_web/pages/materials/sale_orders_list.html
View file @
f1611c33
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;"
>
客户
</td>
<td
style=
"width:70px;"
>
客户
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
...
...
erp_web/pages/materials/sale_out_list.html
View file @
f1611c33
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:70px;"
>
客户
</td>
<td
style=
"width:70px;"
>
客户
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
...
...
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