单据页面优化,适配手机
This commit is contained in:
@@ -1093,7 +1093,7 @@
|
||||
//订单转采购或销售
|
||||
function skipDepotHead(index){
|
||||
var res = $("#tableData").datagrid("getRows")[index];
|
||||
if(status == "0" || status == "2") {
|
||||
if(res.status == "0" || res.status == "2") {
|
||||
$.messager.alert('提示','未审核和已转的单据禁止操作!','warning');
|
||||
} else {
|
||||
sessionStorage.setItem("rowInfo", JSON.stringify(res)); //将单据信息存入缓存中
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<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">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;">单据日期</td>
|
||||
<td style="padding:5px">
|
||||
@@ -99,7 +99,7 @@
|
||||
</div>
|
||||
<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">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:60px;">单据日期:</td>
|
||||
<td style="padding:5px;width:130px;">
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<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">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;">单据日期</td>
|
||||
<td style="padding:5px;width:170px;">
|
||||
@@ -98,7 +98,7 @@
|
||||
</div>
|
||||
<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">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:60px;">单据日期:</td>
|
||||
<td style="padding:5px;width:130px;">
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<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">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;">单据日期</td>
|
||||
<td style="padding:5px;width:170px;">
|
||||
@@ -98,7 +98,7 @@
|
||||
</div>
|
||||
<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">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:60px;">单据日期:</td>
|
||||
<td style="padding:5px;width:130px;">
|
||||
|
||||
@@ -69,9 +69,9 @@
|
||||
<form id="materialFM" method="post" novalidate>
|
||||
<div id="tt" class="easyui-tabs" style="width:100%;height:520px;">
|
||||
<div title="基本信息" style="padding:20px;">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1150px;">
|
||||
<tr>
|
||||
<td style="width:80px; height:30px;">品名</td>
|
||||
<td style="width:60px; height:30px;">品名</td>
|
||||
<td style="padding:5px;width:250px;">
|
||||
<input name="Name" id="Name" class="easyui-textbox"
|
||||
data-options="required:true,validType:'length[1,30]'"
|
||||
@@ -93,7 +93,7 @@
|
||||
<td style="width:250px"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:80px;">型号</td>
|
||||
<td style="width:60px;">型号</td>
|
||||
<td style="padding:5px;">
|
||||
<input name="Model" id="Model" class="easyui-textbox"
|
||||
data-options="validType:'length[1,30]'" style="width: 180px;"/>
|
||||
@@ -113,7 +113,7 @@
|
||||
<td style="text-align: left;"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:80px;">序列号</td>
|
||||
<td style="width:60px;">序列号</td>
|
||||
<td style="padding:5px;">
|
||||
<select name="EnableSerialNumber" id="EnableSerialNumber"
|
||||
style="width:180px;height: 30px;border: 1px solid #95B8E7;border-radius:5px;">
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<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">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;">供应商</td>
|
||||
<td style="padding:5px;width:170px;">
|
||||
@@ -107,7 +107,7 @@
|
||||
</div>
|
||||
<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">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:60px;">供应商:</td>
|
||||
<td style="padding:5px;width:130px;">
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<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">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;">客户</td>
|
||||
<td style="padding:5px;width:170px;">
|
||||
@@ -101,7 +101,7 @@
|
||||
</div>
|
||||
<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">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:60px;">客户:</td>
|
||||
<td style="padding:5px;width:130px;">
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<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">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;">供应商</td>
|
||||
<td style="padding:5px;width:170px;">
|
||||
@@ -143,7 +143,7 @@
|
||||
</div>
|
||||
<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">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:60px;">供应商:</td>
|
||||
<td style="padding:5px;width:130px;">
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<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">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;">供应商</td>
|
||||
<td style="padding:5px;">
|
||||
@@ -158,7 +158,7 @@
|
||||
</div>
|
||||
<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">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:60px;">供应商:</td>
|
||||
<td style="padding:5px;width:130px;">
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<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">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;">供应商</td>
|
||||
<td style="padding:5px;width:170px;">
|
||||
@@ -108,7 +108,7 @@
|
||||
</div>
|
||||
<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">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:60px;">供应商:</td>
|
||||
<td style="padding:5px;width:130px;">
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<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">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;height:50px;">会员卡号</td>
|
||||
<td style="padding:5px;width:200px;">
|
||||
@@ -140,7 +140,7 @@
|
||||
</div>
|
||||
<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">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;height:50px;">会员卡号:</td>
|
||||
<td style="padding:5px;width:200px;">
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<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">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;height:50px;">会员卡号</td>
|
||||
<td style="padding:5px;width:200px;">
|
||||
@@ -150,7 +150,7 @@
|
||||
</div>
|
||||
<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">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;height:50px;">会员卡号:</td>
|
||||
<td style="padding:5px;width:200px;">
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<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">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td>客户</td>
|
||||
<td style="padding:5px">
|
||||
@@ -142,7 +142,7 @@
|
||||
</div>
|
||||
<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">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;">客户:</td>
|
||||
<td style="padding:5px;width:130px;">
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<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">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;">客户</td>
|
||||
<td style="padding:5px">
|
||||
@@ -108,7 +108,7 @@
|
||||
</div>
|
||||
<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">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:60px;">客户:</td>
|
||||
<td style="padding:5px;width:130px;">
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<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">
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:70px;">客户</td>
|
||||
<td style="padding:5px">
|
||||
@@ -158,7 +158,7 @@
|
||||
</div>
|
||||
<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">
|
||||
<table width="100%">
|
||||
<table width="100%" style="min-width:1100px;">
|
||||
<tr>
|
||||
<td style="width:60px;">客户:</td>
|
||||
<td style="padding:5px;width:130px;">
|
||||
|
||||
Reference in New Issue
Block a user