升级easyUI到1.9.4版本
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
<!-- 指定以IE8的方式来渲染 -->
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"/>
|
||||
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="/js/easyui-1.3.5/themes/default/easyui.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="/js/easyui-1.3.5/themes/icon.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="/js/easyui/themes/default/easyui.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="/js/easyui/themes/icon.css"/>
|
||||
<link type="text/css" rel="stylesheet" href="/css/common.css"/>
|
||||
<link type="text/css" rel="stylesheet" href="/css/in_out.css"/>
|
||||
<script src="/js/jquery-1.8.0.min.js"></script>
|
||||
<script src="/js/easyui-1.3.5/jquery.easyui.min.js"></script>
|
||||
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
|
||||
<script src="/js/easyui/jquery.easyui.min.js"></script>
|
||||
<script src="/js/easyui/locale/easyui-lang-zh_CN.js"></script>
|
||||
<script src="/js/handlebars.js"></script>
|
||||
<script src="/js/My97DatePicker/WdatePicker.js"></script>
|
||||
<script src="/js/common/common.js"></script>
|
||||
@@ -27,21 +27,21 @@
|
||||
<tr>
|
||||
<td>单据编号:</td>
|
||||
<td>
|
||||
<input type="text" name="searchNumber" id="searchNumber" style="width:100px;"/>
|
||||
<input type="text" name="searchNumber" id="searchNumber" class="easyui-textbox" style="width:100px;"/>
|
||||
</td>
|
||||
<td>商品信息:</td>
|
||||
<td>
|
||||
<input type="text" name="searchMaterial" id="searchMaterial" placeholder="名称,型号" style="width:100px;"/>
|
||||
<input type="text" name="searchMaterial" id="searchMaterial" class="easyui-textbox" placeholder="名称,型号" style="width:100px;"/>
|
||||
</td>
|
||||
<td>单据日期:</td>
|
||||
<td>
|
||||
<input type="text" name="searchBeginTime" id="searchBeginTime"
|
||||
onClick="WdatePicker({dateFmt:'yyyy-MM-dd'})" class="txt Wdate" style="width:100px;"/>
|
||||
class="easyui-datebox" style="width:120px;"/>
|
||||
</td>
|
||||
<td>-</td>
|
||||
<td>
|
||||
<input type="text" name="searchEndTime" id="searchEndTime" onClick="WdatePicker({dateFmt:'yyyy-MM-dd'})"
|
||||
class="txt Wdate" style="width:100px;"/>
|
||||
<input type="text" name="searchEndTime" id="searchEndTime"
|
||||
class="easyui-datebox" style="width:120px;"/>
|
||||
</td>
|
||||
<td> </td>
|
||||
<td>
|
||||
@@ -58,30 +58,30 @@
|
||||
<form id="depotHeadFM" method="post" novalidate>
|
||||
<table>
|
||||
<tr>
|
||||
<td style="width:70px;">供应商:</td>
|
||||
<td style="width:70px;">供应商</td>
|
||||
<td style="padding:5px;width:170px;">
|
||||
<div class="org-list">
|
||||
<input id="OrganId" name="OrganId" style="width:130px;"/>
|
||||
</div>
|
||||
<div class="add-org-btn">
|
||||
<img id="addOrgan" src="/js/easyui-1.3.5/themes/icons/edit_add.png"
|
||||
<img id="addOrgan" src="/js/easyui/themes/icons/edit_add.png"
|
||||
style="cursor: pointer;" alt="增加供应商" title="增加供应商"/>
|
||||
</div>
|
||||
</td>
|
||||
<td style="width:70px;">单据日期:</td>
|
||||
<td style="width:70px;">单据日期</td>
|
||||
<td style="padding:5px">
|
||||
<input type="text" name="OperTime" id="OperTime"
|
||||
onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" class="txt Wdate"
|
||||
onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" class="txt Wdate radius-ui"
|
||||
style="width:140px;" readonly/>
|
||||
</td>
|
||||
<td style="width:80px;">单据编号:</td>
|
||||
<td style="width:80px;">单据编号</td>
|
||||
<td style="padding:5px">
|
||||
<input name="Number" id="Number" class="easyui-validatebox"
|
||||
data-options="required:true,validType:'length[2,30]'" style="width: 150px;" readonly/>
|
||||
<input name="Number" id="Number" class="easyui-validatebox radius-ui"
|
||||
data-options="validType:'length[2,30]'" style="width: 150px;" readonly/>
|
||||
</td>
|
||||
<td style="width:70px;">关联订单:</td>
|
||||
<td style="width:70px;">关联订单</td>
|
||||
<td style="padding:5px">
|
||||
<input name="LinkNumber" id="LinkNumber" class="easyui-validatebox" style="width: 150px;" readonly/>
|
||||
<input name="LinkNumber" id="LinkNumber" class="easyui-validatebox radius-ui" style="width: 150px;" readonly/>
|
||||
</td>
|
||||
<td style="width:100px;"></td>
|
||||
</tr>
|
||||
@@ -98,48 +98,48 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>优惠率:</td>
|
||||
<td>优惠率</td>
|
||||
<td style="padding:5px">
|
||||
<input id="Discount" name="Discount" style="width:110px;"/>
|
||||
<input id="Discount" name="Discount" class="radius-ui" style="width:110px;"/>
|
||||
%
|
||||
</td>
|
||||
<td>付款优惠:</td>
|
||||
<td>付款优惠</td>
|
||||
<td style="padding:5px">
|
||||
<input id="DiscountMoney" name="DiscountMoney" style="width:120px;"/>
|
||||
<input id="DiscountMoney" name="DiscountMoney" class="radius-ui" style="width:120px;"/>
|
||||
</td>
|
||||
<td>优惠后金额:</td>
|
||||
<td>优惠后金额</td>
|
||||
<td style="padding:5px">
|
||||
<input id="DiscountLastMoney" name="DiscountLastMoney" readonly="readonly" style="width:120px;"/>
|
||||
<input id="DiscountLastMoney" name="DiscountLastMoney" class="radius-ui" readonly="readonly" style="width:120px;"/>
|
||||
</td>
|
||||
<td>本次付款:</td>
|
||||
<td>本次付款</td>
|
||||
<td style="padding:5px">
|
||||
<input id="ChangeAmount" name="ChangeAmount" data-changeamount="0" style="width:120px;"/>
|
||||
<input id="ChangeAmount" name="ChangeAmount" class="radius-ui" data-changeamount="0" style="width:120px;"/>
|
||||
</td>
|
||||
<td style="width:100px;"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>结算账户:</td>
|
||||
<td>结算账户</td>
|
||||
<td style="padding:5px">
|
||||
<div class="account-list">
|
||||
<select name="AccountId" id="AccountId" style="width:110px;"></select>
|
||||
<select name="AccountId" id="AccountId" class="radius-ui" style="width:110px;"></select>
|
||||
</div>
|
||||
<div class="add-account-btn">
|
||||
<img id="addAccount" src="/js/easyui-1.3.5/themes/icons/edit_add.png"
|
||||
<img id="addAccount" src="/js/easyui/themes/icons/edit_add.png"
|
||||
style="cursor: pointer;" alt="增加结算账户" title="增加结算账户"/>
|
||||
</div>
|
||||
<img class="many-account-ico" src="/js/easyui-1.3.5/themes/icons/filelist.jpg"
|
||||
<img class="many-account-ico" src="/js/easyui/themes/icons/filelist.jpg"
|
||||
style="display: none;"/>
|
||||
</td>
|
||||
<td>本次欠款:</td>
|
||||
<td>本次欠款</td>
|
||||
<td style="padding:5px">
|
||||
<input id="Debt" name="Debt" readonly="readonly" style="width:120px;"/>
|
||||
<input id="Debt" name="Debt" class="radius-ui" readonly="readonly" style="width:120px;"/>
|
||||
</td>
|
||||
<td>采购费用:</td>
|
||||
<td>采购费用</td>
|
||||
<td style="padding:5px">
|
||||
<div class="other-money-list">
|
||||
<input id="OtherMoney" name="OtherMoney" style="width:120px;" readonly="readonly"/>
|
||||
<input id="OtherMoney" name="OtherMoney" class="radius-ui" style="width:120px;" readonly="readonly"/>
|
||||
</div>
|
||||
<img class="other-money-ico" src="/js/easyui-1.3.5/themes/icons/filelist.jpg"/>
|
||||
<img class="other-money-ico" src="/js/easyui/themes/icons/filelist.jpg"/>
|
||||
</td>
|
||||
<td></td>
|
||||
<td style="padding:5px">
|
||||
|
||||
Reference in New Issue
Block a user