| | |
| | | <Dialog id="dialogMain" layout="regionPadding:8"> |
| | | <Property name="iconClass">fa fa-tasks</Property> |
| | | <Property name="caption">单据信息</Property> |
| | | <Property name="width">1200</Property> |
| | | <Property name="width">70%</Property> |
| | | <Property name="closeable">false</Property> |
| | | <Property name="height">90%</Property> |
| | | <Buttons> |
| | | <Button id="btnOK"> |
| | | <ClientEvent name="onClick">var data = view.get("#dsMain.data:#");
 |
| | |
| | | <Tools/> |
| | | </Dialog> |
| | | <Dialog id="dialogImg"> |
| | | <Property name="width">1000</Property> |
| | | <Property name="width">55%</Property> |
| | | <Property name="height">95%</Property> |
| | | <Property name="iconClass">fa fa-tasks</Property> |
| | | <Property name="caption">流程追溯展示</Property> |
| | |
| | | <Tools/> |
| | | </Dialog> |
| | | <Dialog id="dialogAbnormal" layout="regionPadding:5"> |
| | | <Property name="width">450</Property> |
| | | <Property name="width">30%</Property> |
| | | <Property name="iconClass">fa fa-tasks</Property> |
| | | <Property name="caption">异常操作原因</Property> |
| | | <Property name="closeable">false</Property> |
| | | <Property name="height">45%</Property> |
| | | <Buttons> |
| | | <Button> |
| | | <ClientEvent name="onClick">todoError();</ClientEvent> |