|
|
@@ -16,7 +16,7 @@
|
|
16
|
16
|
<span class="pull-right font-xs">带*的部分必须填写</span>
|
|
17
|
17
|
</header>
|
|
18
|
18
|
<fieldset>
|
|
19
|
|
-
|
|
|
19
|
+
|
|
20
|
20
|
<table style="width:70%; border-width:5px; margin-left:15%;position:relative;margin-right:15%;">
|
|
21
|
21
|
<table class="table table-striped table-bordered table-hover" width="100%" style="padding: 0;" >
|
|
22
|
22
|
<!--第一个tr开始 -->
|
|
|
@@ -29,7 +29,7 @@
|
|
29
|
29
|
</th>
|
|
30
|
30
|
<th width='15%'>
|
|
31
|
31
|
<section >
|
|
32
|
|
- <label class="input">
|
|
|
32
|
+ <label class="input">
|
|
33
|
33
|
<input class="form-control" type="text" ng-model="orgName"
|
|
34
|
34
|
ng-readonly="true" ng-init="orgName = depotInfo.orgName">
|
|
35
|
35
|
</label>
|
|
|
@@ -54,7 +54,7 @@
|
|
54
|
54
|
</th>
|
|
55
|
55
|
<th width='15%'>
|
|
56
|
56
|
<section>
|
|
57
|
|
- <label class="select">
|
|
|
57
|
+ <label class="select">
|
|
58
|
58
|
<select ng-model="storehouse.houseType" name="houseType" ng-disabled="true"
|
|
59
|
59
|
ng-options="enum.enumid as enum.enumname for enum in dicDataList[1064]">
|
|
60
|
60
|
<option value="">--请选择--</option>
|
|
|
@@ -85,9 +85,12 @@
|
|
85
|
85
|
</th>
|
|
86
|
86
|
<th>
|
|
87
|
87
|
<section>
|
|
88
|
|
- <label class="input">
|
|
89
|
|
- <input class="form-control" type="text" ng-model="storehouse.houseRoof"
|
|
90
|
|
- ng-readonly="true" name="houseRoof">
|
|
|
88
|
+ <label class="select">
|
|
|
89
|
+ <select ng-model="storehouse.houseRoof" name="houseRoof"
|
|
|
90
|
+ ng-options="enum.enumid as enum.enumname for enum in dicDataList[1037]" ng-disabled="true"
|
|
|
91
|
+ class="form-control">
|
|
|
92
|
+ <option value="">--请选择--</option>
|
|
|
93
|
+ </select>
|
|
91
|
94
|
</label>
|
|
92
|
95
|
</section>
|
|
93
|
96
|
</th>
|
|
|
@@ -96,9 +99,12 @@
|
|
96
|
99
|
</th>
|
|
97
|
100
|
<th>
|
|
98
|
101
|
<section>
|
|
99
|
|
- <label class="input">
|
|
100
|
|
- <input class="form-control" type="text" ng-model="storehouse.houseFrame"
|
|
101
|
|
- ng-readonly="true" name="houseFrame">
|
|
|
102
|
+ <label class="select">
|
|
|
103
|
+ <select ng-model="storehouse.houseFrame" name="houseFrame"
|
|
|
104
|
+ ng-options="enum.enumid as enum.enumname for enum in dicDataList[1037]" ng-disabled="true"
|
|
|
105
|
+ class="form-control">
|
|
|
106
|
+ <option value="">--请选择--</option>
|
|
|
107
|
+ </select>
|
|
102
|
108
|
</label>
|
|
103
|
109
|
</section>
|
|
104
|
110
|
</th>
|
|
|
@@ -111,9 +117,12 @@
|
|
111
|
117
|
</th>
|
|
112
|
118
|
<th>
|
|
113
|
119
|
<section>
|
|
114
|
|
- <label class="input">
|
|
115
|
|
- <input class="form-control" type="text" ng-model="storehouse.houseGround"
|
|
116
|
|
- ng-readonly="true" name="houseGround">
|
|
|
120
|
+ <label class="select">
|
|
|
121
|
+ <select ng-model="storehouse.houseGround" name="houseGround" ng-disabled="true"
|
|
|
122
|
+ ng-options="enum.enumid as enum.enumname for enum in dicDataList[1037]"
|
|
|
123
|
+ class="form-control">
|
|
|
124
|
+ <option value="">--请选择--</option>
|
|
|
125
|
+ </select>
|
|
117
|
126
|
</label>
|
|
118
|
127
|
</section>
|
|
119
|
128
|
</th>
|