| | |
| | | <Arguments/> |
| | | <Context/> |
| | | <Model> |
| | | |
| | | <DataType name="dtMain"> |
| | | <Property name="creationType">com.fzzy.otherview.gd2022.dto.GdApi1023</Property> |
| | | <PropertyDef name="xzbm"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="kqdm"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="tbrq"> |
| | | <Property name="dataType">Date</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="dwdm"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="sqxzrq"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="fzr"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="fzrdh"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="xcfzr"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="xcfzrzw"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="xcfzrdh"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="tbr"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="tbrdh"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="sfszjjxd"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="sfszjjxx"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="sfszjjxn"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="sfszjjxb"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="ssxzzystqybqk"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="xzssgcap"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="aqfhjyjcccs"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="xzzysx"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="fileStorageId"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="yjmc"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="yjlx"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="yjyxqz"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="lqsl"> |
| | | <Property name="dataType">Double</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="sysbjfs"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="zcdd"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="lqr"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="lqrq"> |
| | | <Property name="dataType">Date</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="czbz"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | <PropertyDef name="zhgxsj"> |
| | | <Property/> |
| | | </PropertyDef> |
| | | </DataType> |
| | | <DataType name="dtGBArea"> |
| | | <Property name="creationType">com.fzzy.api.entity.GbArea</Property> |
| | | </DataType> |
| | | </Model> |
| | | <View layout="regionPadding:10"> |
| | | |
| | | <DataSet id="dsMain"> |
| | | <Property name="dataType">[dtMain]</Property> |
| | | <Property name="dataProvider">whjlApi1101PR#listData</Property> |
| | | </DataSet> |
| | | <Container layout="regionPadding:10" layoutConstraint="top"> |
| | | <Property name="exClassName">bg-color</Property> |
| | | <Property name="height">55</Property> |
| | | <Property name="contentOverflow">hidden</Property> |
| | | <Label layoutConstraint="left"> |
| | | <Property name="text">菜单栏:</Property> |
| | | </Label> |
| | | <Button layoutConstraint="left"> |
| | | <ClientEvent name="onClick">view.get("#dsMain").insert();
 |
| | | view.get("#dialogMain").show();</ClientEvent> |
| | | <Property name="iconClass">fa fa-plus</Property> |
| | | <Property name="caption">新增</Property> |
| | | <Property name="exClassName">btn-default</Property> |
| | | </Button> |
| | | <Button layoutConstraint="left"> |
| | | <ClientEvent name="onClick">var cur = view.get("#dgMain").getCurrentItem();
 |
| | | if(cur){
 |
| | | view.get("#dialogMain").show();
 |
| | | }else{
 |
| | | $alert("请勾选需要修改的数据!");
 |
| | | }</ClientEvent> |
| | | <Property name="caption">编辑</Property> |
| | | <Property name="iconClass">fa fa-pencil</Property> |
| | | <Property name="exClassName">btn-warm</Property> |
| | | </Button> |
| | | <Button layoutConstraint="left"> |
| | | <ClientEvent name="onClick">var cur = view.get("#dgMain").getCurrentItem();
 |
| | | if(cur){
 |
| | | view.get("#ajaxDel").set("parameter",cur).execute(function(result){
 |
| | | if(result){
 |
| | | $alert(result);
 |
| | | } else{
 |
| | | cur.remove();
 |
| | | }
 |
| | | });
 |
| | | }else{
 |
| | | $alert("请勾选需要删除的数据!");
 |
| | | }</ClientEvent> |
| | | <Property name="caption">删除</Property> |
| | | <Property name="iconClass">fa fa-minus</Property> |
| | | <Property name="exClassName">btn-warn</Property> |
| | | </Button> |
| | | <Button layoutConstraint="left"> |
| | | <ClientEvent name="onClick">view.get("#dsMain").flushAsync();</ClientEvent> |
| | | <Property name="caption">刷新</Property> |
| | | <Property name="iconClass">fa fa-search</Property> |
| | | <Property name="exClassName">btn-flush</Property> |
| | | </Button> |
| | | <Button layoutConstraint="left"> |
| | | <ClientEvent name="onClick">var select = view.get("#dgMain").get("selection");
 |
| | | if(select && select.length > 0){
 |
| | | view.get("#ajaxPush").set("parameter",select).execute(function(result){
 |
| | | view.get("#dsMain").flushAsync();
 |
| | | $notify(result);
 |
| | | });
 |
| | | }else{
 |
| | | $alert("请勾选需要上报的数据!");
 |
| | | }</ClientEvent> |
| | | <Property name="caption">手动上传</Property> |
| | | <Property name="iconClass">fa fa-hand-o-up</Property> |
| | | <Property name="exClassName">btn-default</Property> |
| | | </Button> |
| | | <Button layoutConstraint="right"> |
| | | <ClientEvent name="onClick">//显示记录
 |
| | | view.get("#iFrame").reload();
 |
| | | view.get("#dialogLog").show();</ClientEvent> |
| | | <Property name="caption">上传记录</Property> |
| | | <Property name="iconClass">fa fa-bars</Property> |
| | | <Property name="exClassName">btn-flush</Property> |
| | | </Button> |
| | | </Container> |
| | | <Container layoutConstraint="center"> |
| | | <Property name="exClassName">bg-color</Property> |
| | | <DataGrid id="dgMain"> |
| | | <ClientEvent name="onDataRowDoubleClick">var data = view.get("#dsMain.data:#");
 |
| | | if(data){
 |
| | | view.get("#dialogMain").show();
 |
| | | }</ClientEvent> |
| | | <Property name="dataSet">dsMain</Property> |
| | | <Property name="selectionMode">multiRows</Property> |
| | | <Property name="readOnly">true</Property> |
| | | <RowNumColumn/> |
| | | <RowSelectorColumn> |
| | | <Property name="caption">上传</Property> |
| | | </RowSelectorColumn> |
| | | <DataColumn name="jlqybh"> |
| | | <Property name="property">jlqybh</Property> |
| | | <Property name="align">center</Property> |
| | | </DataColumn> |
| | | <DataColumn name="jlqymc"> |
| | | <Property name="property">jlqymc</Property> |
| | | <Property name="align">center</Property> |
| | | </DataColumn> |
| | | <DataColumn name="jlqytyshxydm"> |
| | | <Property name="property">jlqytyshxydm</Property> |
| | | <Property name="align">center</Property> |
| | | </DataColumn> |
| | | <DataColumn name="jlqylx"> |
| | | <Property name="property">jlqylx</Property> |
| | | <Property name="align">center</Property> |
| | | </DataColumn> |
| | | <DataColumn name="qyxz"> |
| | | <Property name="property">qyxz</Property> |
| | | <Property name="align">center</Property> |
| | | </DataColumn> |
| | | <DataColumn name="gsdjzch"> |
| | | <Property name="property">gsdjzch</Property> |
| | | <Property name="align">center</Property> |
| | | </DataColumn> |
| | | <DataColumn name="sfjbjlcbzg"> |
| | | <Property name="property">sfjbjlcbzg</Property> |
| | | <Property name="align">center</Property> |
| | | </DataColumn> |
| | | <DataColumn name="fddbr"> |
| | | <Property name="property">fddbr</Property> |
| | | <Property name="align">center</Property> |
| | | </DataColumn> |
| | | <DataColumn name="sfyx"> |
| | | <Property name="property">sfyx</Property> |
| | | <Property name="align">center</Property> |
| | | </DataColumn> |
| | | </DataGrid> |
| | | </Container> |
| | | <Dialog id="dialogMain"> |
| | | <Property name="width">85%</Property> |
| | | <Property name="closeable">false</Property> |
| | | <Property name="iconClass">fa fa-sliders</Property> |
| | | <Property name="caption">军粮企业信息</Property> |
| | | <Buttons> |
| | | <Button> |
| | | <ClientEvent name="onClick">var cur = view.get("#dgMain").getCurrentItem();
 |
| | | view.get("#updateSave").execute(function(){
 |
| | | self.get("parent").hide();
 |
| | | view.get("#dsMain").flushAsync();
 |
| | | });</ClientEvent> |
| | | <Property name="caption">确定</Property> |
| | | <Property name="iconClass">fa fa-check</Property> |
| | | </Button> |
| | | <Button> |
| | | <ClientEvent name="onClick">var cur = view.get("#dgMain").getCurrentItem();
 |
| | | self.get("parent").hide();
 |
| | | if(cur) cur.cancel();</ClientEvent> |
| | | <Property name="caption">取消</Property> |
| | | <Property name="iconClass">fa fa-times</Property> |
| | | </Button> |
| | | </Buttons> |
| | | <Children> |
| | | <AutoForm> |
| | | <Property name="dataSet">dsMain</Property> |
| | | <Property name="cols">*,*,*,*</Property> |
| | | <Property name="labelPosition">top</Property> |
| | | <Property name="labelSeparator">:</Property> |
| | | <AutoFormElement> |
| | | <Property name="name">jlqybh</Property> |
| | | <Property name="property">jlqybh</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">jlqymc</Property> |
| | | <Property name="property">jlqymc</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">jlqyjc</Property> |
| | | <Property name="property">jlqyjc</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">jlzzjgdm</Property> |
| | | <Property name="property">jlzzjgdm</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">jlqytyshxydm</Property> |
| | | <Property name="property">jlqytyshxydm</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">jlqylx</Property> |
| | | <Property name="property">jlqylx</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">qyjjlx</Property> |
| | | <Property name="property">qyjjlx</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">qyxz</Property> |
| | | <Property name="property">qyxz</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">djzclx</Property> |
| | | <Property name="property">djzclx</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">gsdjzch</Property> |
| | | <Property name="property">gsdjzch</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">sfjbjlcbzg</Property> |
| | | <Property name="property">sfjbjlcbzg</Property> |
| | | <Property name="trigger">listDropYN</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">fddbr</Property> |
| | | <Property name="property">fddbr</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">qydz</Property> |
| | | <Property name="property">qydz</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">qydh</Property> |
| | | <Property name="property">qydh</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">qycz</Property> |
| | | <Property name="property">qycz</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">qydzyx</Property> |
| | | <Property name="property">qydzyx</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">qywz</Property> |
| | | <Property name="property">qywz</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">qyyzbm</Property> |
| | | <Property name="property">qyyzbm</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">qyjd</Property> |
| | | <Property name="property">qyjd</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">qywd</Property> |
| | | <Property name="property">qywd</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">qyxzqhmc</Property> |
| | | <Property name="property">qyxzqhmc</Property> |
| | | <Property name="trigger">cddGbArea</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">qyxzqhdm</Property> |
| | | <Property name="property">qyxzqhdm</Property> |
| | | <Property name="trigger">cddGbArea</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">khyh</Property> |
| | | <Property name="property">khyh</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">yhzh</Property> |
| | | <Property name="property">yhzh</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">yhxydj</Property> |
| | | <Property name="property">yhxydj</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">gdzc</Property> |
| | | <Property name="property">gdzc</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">zczb</Property> |
| | | <Property name="property">zczb</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">zc</Property> |
| | | <Property name="property">zc</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">qycyrys</Property> |
| | | <Property name="property">qycyrys</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">sfyx</Property> |
| | | <Property name="property">sfyx</Property> |
| | | <Property name="trigger">listDropYN</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">bz</Property> |
| | | <Property name="property">bz</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">bizId</Property> |
| | | <Property name="property">bizId</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">updateTime</Property> |
| | | <Property name="property">updateTime</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">czbz</Property> |
| | | <Property name="property">czbz</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">kqdm</Property> |
| | | <Property name="property">kqdm</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | </AutoForm> |
| | | </Children> |
| | | <Tools/> |
| | | </Dialog> |
| | | <UpdateAction id="updateSave"> |
| | | <Property name="dataResolver">whjlApi1101PR#saveData</Property> |
| | | <UpdateItem> |
| | | <Property name="dataPath">[#current]</Property> |
| | | <Property name="dataSet">dsMain</Property> |
| | | </UpdateItem> |
| | | </UpdateAction> |
| | | <AjaxAction id="ajaxDel"> |
| | | <Property name="confirmMessage">当前数据删除后无法恢复,请确认要删除么?</Property> |
| | | <Property name="service">whjlApi1101PR#delData</Property> |
| | | </AjaxAction> |
| | | <AjaxAction id="ajaxPush"> |
| | | <Property name="service">whjlApi1101PR#pushData</Property> |
| | | </AjaxAction> |
| | | <CustomDropDown id="cddGbArea"> |
| | | <Property name="assignmentMap">qyxzqhdm=code,qyxzqhmc=name</Property> |
| | | <Property name="height">500</Property> |
| | | <Property name="minHeight">500</Property> |
| | | <Property name="maxHeight">500</Property> |
| | | <Property name="width">400</Property> |
| | | <Container layout="regionPadding:5"> |
| | | <DataSet id="dsGBArea"> |
| | | <Property name="dataProvider">gbAreaPR#findByCode</Property> |
| | | <Property name="dataType">[dtGBArea]</Property> |
| | | </DataSet> |
| | | <Container layout="hbox regionPadding:5"> |
| | | <TextEditor id="key2"> |
| | | <Property name="blankText"> -- 编码或者名称 --</Property> |
| | | <Property name="width">200</Property> |
| | | </TextEditor> |
| | | <Button> |
| | | <ClientEvent name="onClick">var key = view.get("#key2.value");
 |
| | | view.get("#dsGBArea").set("parameter",{key:key}).flushAsync();</ClientEvent> |
| | | <Property name="iconClass">fa fa-search</Property> |
| | | <Property name="caption">查询</Property> |
| | | </Button> |
| | | <Button> |
| | | <ClientEvent name="onClick">var data = view.get("#dsGBArea.data:#");
 |
| | | if (data) {
 |
| | | view.get("#cddGbArea").close(data.toJSON());
 |
| | | }</ClientEvent> |
| | | <Property name="caption">确定</Property> |
| | | <Property name="iconClass">fa fa-check</Property> |
| | | </Button> |
| | | </Container> |
| | | <DataGrid> |
| | | <ClientEvent name="onDataRowDoubleClick">var data = view.get("#dsGBArea.data:#");
 |
| | | if(data){
 |
| | | view.get("#cddGbArea").close(data.toJSON());
 |
| | | }</ClientEvent> |
| | | <Property name="dataSet">dsGBArea</Property> |
| | | <Property name="readOnly">true</Property> |
| | | <DataColumn name="code"> |
| | | <Property name="property">code</Property> |
| | | </DataColumn> |
| | | <DataColumn name="name"> |
| | | <Property name="property">name</Property> |
| | | </DataColumn> |
| | | </DataGrid> |
| | | </Container> |
| | | </CustomDropDown> |
| | | <Dialog id="dialogLog"> |
| | | <Property name="width">90%</Property> |
| | | <Property name="height">90%</Property> |
| | | <Property name="caption">上传记录</Property> |
| | | <Property name="iconClass">fa fa-sliders</Property> |
| | | <Buttons> |
| | | <Button> |
| | | <ClientEvent name="onClick">self.get("parent").hide();</ClientEvent> |
| | | <Property name="caption">关闭</Property> |
| | | <Property name="iconClass">fa fa-times</Property> |
| | | </Button> |
| | | </Buttons> |
| | | <Children> |
| | | <Container> |
| | | <IFrame id="iFrame"> |
| | | <Property name="path">com.fzzy.api.view.ApiLog.d</Property> |
| | | <Property name="userData"> |
| | | <Entity> |
| | | <Property name="deptId">deptId</Property> |
| | | </Entity> |
| | | </Property> |
| | | </IFrame> |
| | | </Container> |
| | | </Children> |
| | | <Tools/> |
| | | </Dialog> |
| | | <ListDropDown id="listDropYN"> |
| | | <Property name="items">是,否</Property> |
| | | </ListDropDown> |
| | | </View> |
| | | </ViewConfig> |