| | |
| | | <PropertyDef name="htlx"> |
| | | <Property></Property> |
| | | <Property name="label">合同类型</Property> |
| | | <Property name="mapping"> |
| | | <Property name="mapValues">${dorado.getDataProvider("apiTriggerService#trigger").getResult("HT_YWLX")}</Property> |
| | | <Property name="keyProperty">code</Property> |
| | | <Property name="valueProperty">name</Property> |
| | | </Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="htbh"> |
| | | <Property></Property> |
| | |
| | | <PropertyDef name="zffs"> |
| | | <Property></Property> |
| | | <Property name="label">支付方式</Property> |
| | | <Property name="mapping"> |
| | | <Property name="mapValues">${dorado.getDataProvider("apiTriggerService#trigger").getResult("JSFS")}</Property> |
| | | <Property name="keyProperty">code</Property> |
| | | <Property name="valueProperty">name</Property> |
| | | </Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="ywcsl"> |
| | | <Property name="dataType">Double</Property> |
| | |
| | | <PropertyDef name="sfyx"> |
| | | <Property></Property> |
| | | <Property name="label">是否有效</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="htzt"> |
| | | <Property></Property> |
| | | <Property name="label">合同状态</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="hrqdr"> |
| | | <Property></Property> |
| | | <Property name="label">合同签订人</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="bz"> |
| | | <Property></Property> |
| | |
| | | <Property></Property> |
| | | <Property name="label">库区代码</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="htspqdList"> |
| | | <Property></Property> |
| | | </PropertyDef> |
| | | <Reference name="htspqd"> |
| | | <Property name="parameter">$${this.htid}</Property> |
| | | <Property name="parameter">$${this.htspqdList}</Property> |
| | | <Property name="dataProvider">whjlApi1206PR#listItem</Property> |
| | | <Property name="dataType">[dtItem]</Property> |
| | | </Reference> |
| | |
| | | <DataSet id="dsMain"> |
| | | <Property name="dataType">[dtMain]</Property> |
| | | <Property name="dataProvider">whjlApi1206PR#listData</Property> |
| | | <Property name="pageSize">20</Property> |
| | | </DataSet> |
| | | <Container layout="regionPadding:10" layoutConstraint="top"> |
| | | <Property name="exClassName">bg-color</Property> |
| | |
| | | </DataColumn> |
| | | </DataGrid> |
| | | </Container> |
| | | <Container layoutConstraint="bottom"> |
| | | <Property name="exClassName">bg-color</Property> |
| | | <DataPilot layoutConstraint="right"> |
| | | <Property name="dataSet">dsMain</Property> |
| | | <Property name="itemCodes">pageSize,pages</Property> |
| | | </DataPilot> |
| | | </Container> |
| | | <Dialog id="dialogMain" layout="regionPadding:10;padding:5"> |
| | | <Property name="width">85%</Property> |
| | | <Property name="closeable">false</Property> |
| | | <Property name="iconClass">fa fa-sliders</Property> |
| | | <Property name="caption">客户信息</Property> |
| | | <Property name="caption">合同信息</Property> |
| | | <Property name="height">85%</Property> |
| | | <Buttons> |
| | | <Button> |
| | |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">hrqdr</Property> |
| | | <Property name="property">hrqdr</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">htzt</Property> |
| | | <Property name="property">htzt</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">htlx</Property> |
| | | <Property name="property">htlx</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">xh</Property> |
| | | <Property name="property">xh</Property> |
| | | <Editor/> |
| | |
| | | if(!data){
 |
| | | return;
 |
| | | }
 |
| | | view.get("#ajaxItem").set("parameter",data).execute(function(result){
 |
| | | if(result){
 |
| | | $alert(result);
 |
| | | return;
 |
| | | }else{
 |
| | | data.remove();
 |
| | | }
 |
| | | });</ClientEvent> |
| | | data.remove();</ClientEvent> |
| | | <Property name="caption">删除</Property> |
| | | <Property name="exClassName">btn-warn</Property> |
| | | <Property name="iconClass">fa fa-minus</Property> |