| | |
| | | <PropertyDef name="companyId"> |
| | | <Property></Property> |
| | | <Property name="label">组织编码</Property> |
| | | <Property name="required">true</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="deptId"> |
| | | <Property></Property> |
| | |
| | | <PropertyDef name="progressOut"> |
| | | <Property></Property> |
| | | <Property name="label">出库流程</Property> |
| | | <Property name="required">true</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="noticeTagIn"> |
| | | <Property></Property> |
| | | <Property name="label">入库通知单启用</Property> |
| | | <Property name="mapping"> |
| | | <Property name="mapValues">${dorado.getDataProvider("inoutSysConfPR#triggerYesOrNo").getResult()}</Property> |
| | | <Property name="keyProperty">code</Property> |
| | | <Property name="valueProperty">name</Property> |
| | | </Property> |
| | | <Property name="required">true</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="noticeTagOut"> |
| | | <Property></Property> |
| | | <Property name="label">出库通知单启用</Property> |
| | | <Property name="mapping"> |
| | | <Property name="mapValues">${dorado.getDataProvider("inoutSysConfPR#triggerYesOrNo").getResult()}</Property> |
| | | <Property name="keyProperty">code</Property> |
| | | <Property name="valueProperty">name</Property> |
| | | </Property> |
| | | <Property name="required">true</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="noticeWx"> |
| | |
| | | </DataType> |
| | | </Model> |
| | | <View layout="padding:5;regionPadding:5"> |
| | | <ClientEvent name="onReady">var deptId = "${request.getParameter('deptId')}";
 |
| | | 
 |
| | | //查询
 |
| | | query = function(){
 |
| | | var data = {deptId:deptId};
 |
| | | view.get("#dsMain").set("parameter",data).flushAsync();
 |
| | | };
 |
| | | query();</ClientEvent> |
| | | <Property name="packages">font-awesome,css-common</Property> |
| | | <DataSet id="dsMain"> |
| | | <Property name="dataProvider">inoutSysConfPR#getSysConfData</Property> |
| | | <Property name="dataType">dtMain</Property> |
| | | <Property name="loadMode">manual</Property> |
| | | </DataSet> |
| | | <Container layout="regionPadding:10" layoutConstraint="top"> |
| | | <Property name="exClassName">bg-color</Property> |
| | |
| | | <Property name="name">progressOut</Property> |
| | | <Property name="property">progressOut</Property> |
| | | <Property name="editorType">TextArea</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <Label layoutConstraint="colSpan:3"/> |
| | | <Control/> |
| | | <AutoFormElement layoutConstraint="colSpan:3"> |
| | | <Property name="name">noticeTagIn</Property> |
| | | <Property name="property">noticeTagIn</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <Label layoutConstraint="colSpan:3"/> |
| | | <Control/> |
| | | <AutoFormElement layoutConstraint="colSpan:3"> |
| | | <Property name="name">noticeTagOut</Property> |
| | | <Property name="property">noticeTagOut</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <Label layoutConstraint="colSpan:3"/> |