| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="../../css/body.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>
- <![CDATA[工序计划 >> 订单信息修改 >> 订单信息修改(违法修改,仅限于春节期间使用)]]>
- </xhtml:title>
- <model id="model1" autocdata="false">
- <instance id="instance1">
- <root xmlns="">
- <formData>
- <updateForm>
- <ORD_NO/>
- <ORD_SEQ/>
- <ORD_PROG_CD/>
- <ORD_WGT_MIN/>
- <ORD_WGT_MAX/>
- <DEL_TO_DATE/>
- </updateForm>
- </formData>
- <initData>
- <searchInfo>
- <LG_CD/>
- </searchInfo>
- </initData>
- <codeData>
- <EmpListResult_VO/>
- </codeData>
- <gridData>
- </gridData>
- <gridData2>
- <ListResult_1_VO/>
- </gridData2>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/dCommon.js"/>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/mesCommon.js">
- <![CDATA[
- submitID = "UID087777-service";
- function Init(node) {
- InitParams(node);
- exec("/root/initData/searchInfo", "", "", "/root/codeData/ListResult_0_VO",
- "/root/codeData/ListResult_1_VO", "/root/codeData/ListResult_2_VO");
- //pageInit();
- model.duplicate("/root/formData", "/root/initData/rcvInfo/REG_ID");
- }
- /*function pageInit() {
- model.removenode("/root/reqData");
- model.removenode("/root/resData");
- //model.setValue("/root/ORD_REM_WGT_SUM","");
- model.refresh();
- var datagrid = datagrid1;
- datagrid.isReadOnly(0, 0, datagrid.rows-1, datagrid.cols-1) = true;
- datagrid.subtotal("clear", -1, 0);
-
- }*/
- function find() {
-
- }
- function save()
- {
- /*
- if(model.getValue("/root/formData/updateForm/ORD_NO") == "")
- {
- window.alert("合同号不能为空","提示信息!")
- return;
- }
- if(model.getValue("/root/formData/updateForm/ORD_PROG_CD") == "")
- {
- window.alert("订单进程状态不能为空","提示信息!")
- return;
- }
- if(model.getValue("/root/formData/updateForm/ORD_PROG_CD") == "" && model.getValue("/root/formData/updateForm/ORD_WGT_MIN") == "" && model.getValue("/root/formData/updateForm/ORD_WGT_MAX") == "" && model.getValue("/root/formData/updateForm/DEL_TO_DATE") == "")
- {
- window.alert("您没有修改任何订单信息","提示信息!")
- return;
- }
- */
- var answer = window.alert("确认修改" + model.getValue("/root/formData/updateForm/ORD_NO")+"-"+model.getValue("/root/formData/updateForm/ORD_SEQ")+"订单的的相关信息" ,"Conform", 1 | 32);
- if(answer == 1)
- {
- commSendReq("/root/formData/updateForm");
- commSubmit(submitID,"updateOrderMessage","glueAction.do")
- model.refresh();
- }
-
- }
- function create() {}
- function remove() {}
- function excelExport() {
- return datagrid1;
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body overflow="hidden" pagewidth="980" pageheight="620" style="font-family:宋体; ">
- <caption id="caption1" class="cell" style="left:2px; top:5px; width:65px; height:20px; text-align:center; border-style:solid; ">订单号</caption>
- <button id="button2" style="left:225px; top:5px; width:75px; height:20px; background-image:../../images/find.gif; border-color:#ffffff; border-style:solid; ">
- <caption>保 存</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- save();
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/formData/updateForm/ORD_NO" style="left:70px; top:5px; width:100px; height:20px; "/>
- <input id="input2" ref="/root/formData/updateForm/ORD_SEQ" style="left:170px; top:5px; width:45px; height:20px; "/>
- <caption id="caption2" style="left:305px; top:5px; width:345px; height:20px; color:#ff0000; background-color:#ffff99; border-color:#000000; border-style:solid; ">订单号是必输项::以下更改项不为空的则有效,为空则无改变</caption>
- <caption id="caption3" class="cell" style="left:0px; top:75px; width:76px; height:20px; text-align:center; border-style:solid; ">订单进程状态</caption>
- <select1 id="combo1" ref="/root/formData/updateForm/ORD_PROG_CD" appearance="minimal" style="left:77px; top:75px; width:100px; height:20px; ">
- <choices>
- <item>
- <label/>
- <value/>
- </item>
- <item>
- <label>生产进行</label>
- <value>E</value>
- </item>
- <item>
- <label>发货完成</label>
- <value>G</value>
- </item>
- <item>
- <label>生产保留</label>
- <value>H</value>
- </item>
- <item>
- <label>生产完成</label>
- <value>F</value>
- </item>
- </choices>
- </select1>
- <caption id="caption4" class="cell" style="left:185px; top:75px; width:85px; height:20px; text-align:center; border-style:solid; ">订单重量下限</caption>
- <caption id="caption5" class="cell" style="left:185px; top:100px; width:85px; height:20px; text-align:center; border-style:solid; ">订单重量上限</caption>
- <input id="input3" ref="/root/formData/updateForm/ORD_WGT_MIN" style="left:272px; top:75px; width:100px; height:20px; "/>
- <input id="input4" ref="/root/formData/updateForm/ORD_WGT_MAX" style="left:272px; top:100px; width:100px; height:20px; "/>
- <caption id="caption6" class="cell" style="left:385px; top:75px; width:85px; height:20px; text-align:center; border-style:solid; ">交 货 期</caption>
- <input id="input5" ref="/root/formData/updateForm/DEL_TO_DATE" inputtype="date" style="left:472px; top:75px; width:100px; height:20px; "/>
- </xhtml:body>
- </xhtml:html>
|