| | |
| | | <head id="Head1" runat="server"> |
| | | <title>订单列表</title> |
| | | <uc:cmshead id="CMSHead1" runat="server" /> |
| | | <script src="../../js/business/Order.js?v=8" type="text/javascript"></script> |
| | | <script src="../../js/business/Order.js?v=11" type="text/javascript"></script> |
| | | <script type="text/javascript"> |
| | | //订单评价 |
| | | function evaluationModel(orderid) { |
| | |
| | | //正数正则表达式 |
| | | var reg1 = /^\d+(?=\.{0,1}\d+$|$)/; |
| | | |
| | | if (sparam.dtypeId == 4 && sparam.orderState != '1' && sparam.orderState != '2') { |
| | | alertMsg('已经安排生产的订单不能撤销!'); txtTargetValue.focus(); return; |
| | | } |
| | | |
| | | //未受理 |
| | | if (sparam.orderState == '1') { |
| | | sparam.dtypeId = 4; |
| | | sparam.title = "撤单管理"; |
| | | } |
| | | |
| | | |
| | | parent.parent.parent.parent.parent.parent['ToSubmit'] = |
| | | function (domobj) { |
| | | |