czt
3 天以前 dfd2060bdcc0de929b4770a6a4a580c17bd72104
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<ViewConfig>
  <Arguments/>
  <Context/>
  <Model/>
  <View layout="padding:10">
    <Property name="packages">font-awesome,css-common</Property>
    <TabControl>
      <IFrameTab>
        <Property name="caption">出库通知单审批</Property>
        <Property name="path">com.fzzy.igds.zy.InoutNoticeOut.d</Property>
        <Property name="width">200</Property>
        <Property name="iconClass">fa fa-shopping-cart</Property>
      </IFrameTab>
      <IFrameTab>
        <Property name="caption">入库通知单审批</Property>
        <Property name="path">com.fzzy.igds.zy.InoutNoticeIn.d</Property>
        <Property name="width">200</Property>
        <Property name="iconClass">fa fa-gavel</Property>
      </IFrameTab>
    </TabControl>
  </View>
</ViewConfig>