sgj
2026-03-27 1eddf64a7104dcd06065e8ac309eebc42c24fb05
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<?xml version="1.0" encoding="UTF-8"?>
<ViewConfig>
  <Arguments/>
  <Context/>
  <Model/>
  <View layout="padding:10">
    <Property name="packages">font-awesome,css-common</Property>
    <DataSet id="dsMain">
      <Property name="dataType">dtPledgeContract</Property>
      <Property name="dataProvider">pledgeContractPR#getOne</Property>
      <Property name="loadMode">lazy</Property>
      <Property name="parameter">${request.getParameter('businessId')}</Property>
      <Property name="readOnly">true</Property>
    </DataSet>
    <Container>
      <Property name="className">c-data</Property>
      <AutoForm layoutConstraint="top ">
        <Property name="dataSet">dsMain</Property>
        <Property name="showHint">false</Property>
        <Property name="cols">210,*,210</Property>
        <Control/>
        <AutoFormElement>
          <Property name="name">name</Property>
          <Property name="property">name</Property>
          <Property name="editorType">Label</Property>
          <Property name="showLabel">false</Property>
          <Property name="showHint">false</Property>
          <Property name="className">f-title</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">id</Property>
          <Property name="property">id</Property>
          <Property name="editorType">Label</Property>
          <Property name="showHint">false</Property>
          <Property name="labelAlign">right</Property>
          <Property name="showLabel">false</Property>
          <Editor/>
        </AutoFormElement>
      </AutoForm>
      <AutoForm>
        <Property name="dataSet">dsMain</Property>
        <Property name="cols">*,*,*</Property>
        <Property name="labelAlign">right</Property>
        <Property name="labelSeparator">:</Property>
        <Property name="labelWidth">120</Property>
        <AutoFormElement layoutConstraint="colSpan:2">
          <Property name="name">name</Property>
          <Property name="property">name</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">pledgeBank</Property>
          <Property name="property">pledgeBank</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">pledgeCompany</Property>
          <Property name="property">pledgeCompany</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">pledgeDept</Property>
          <Property name="property">pledgeDept</Property>
          <Property name="trigger">dsDeptDropDown</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">depotNames</Property>
          <Property name="property">depotNames</Property>
          <Property name="trigger">CDDDept</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">signTime</Property>
          <Property name="property">signTime</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">pledgeStart</Property>
          <Property name="property">pledgeStart</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">pledgeEnd</Property>
          <Property name="property">pledgeEnd</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement layoutConstraint="colSpan:2">
          <Property name="name">contractName</Property>
          <Property name="property">contractName</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">contractNo</Property>
          <Property name="property">contractNo</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">contractAmount</Property>
          <Property name="property">contractAmount</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">repaidAmount</Property>
          <Property name="property">repaidAmount</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">status</Property>
          <Property name="property">status</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement layoutConstraint="colSpan:3">
          <Property name="name">remark</Property>
          <Property name="property">remark</Property>
          <Property name="editorType">TextArea</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">createBy</Property>
          <Property name="property">createBy</Property>
          <Property name="readOnly">true</Property>
          <Editor/>
        </AutoFormElement>
        <AutoFormElement>
          <Property name="name">createTime</Property>
          <Property name="property">createTime</Property>
          <Property name="readOnly">true</Property>
          <Editor/>
        </AutoFormElement>
        <HtmlContainer layoutConstraint="colSpan:3">
          <Property name="content">1.当前单据仅作为当前系统业务信息登记使用,不作为实际双方合约约束。&lt;br>&#xD;
            2.当前单据默认支持为1个合约对应1个库区,如果同时对应多个库区请数据登记。&lt;br>&#xD;
            3.质押状态如果=解押,系统对应催办提醒等功能自动完成。&lt;br></Property>
          <Property name="exClassName">h-tip</Property>
          <Property name="contentOverflow">hidden</Property>
        </HtmlContainer>
      </AutoForm>
    </Container>
  </View>
</ViewConfig>