| | |
| | | <Property></Property> |
| | | <Property name="label">库区代码</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="htspqdList"> |
| | | <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> |
| | |
| | | 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> |