|
|
@@ -36,11 +36,11 @@
|
|
36
|
36
|
</label>
|
|
37
|
37
|
</section>
|
|
38
|
38
|
<section class="col col-3">
|
|
39
|
|
- <label class="label">货位名称:<span style="color: red;margin-left: 5px;text-align: center;">*</span></label>
|
|
|
39
|
+ <label class="label">货位名称:</label>
|
|
40
|
40
|
<label class="select">
|
|
41
|
41
|
<select ng-model="sealedStorage.warehouseId" ng-disabled="isNotEdit" ng-change="checkGrainAttribute()"
|
|
42
|
42
|
ng-options="ware.warehouseId as ware.warehouseName for ware in warelist"
|
|
43
|
|
- class="form-control" required>
|
|
|
43
|
+ class="form-control">
|
|
44
|
44
|
<option value="">--请选择--</option>
|
|
45
|
45
|
</select>
|
|
46
|
46
|
</label>
|
|
|
@@ -48,15 +48,15 @@
|
|
48
|
48
|
<section class="col col-3">
|
|
49
|
49
|
<label class="label">粮食品种:<span style="color: red;margin-left: 5px;text-align: center;">*</span></label>
|
|
50
|
50
|
<label class="input">
|
|
51
|
|
- <input type="text" ng-model="dicData[sealedStorage.grainKind]" name="idCard"
|
|
52
|
|
- placeholder="" ng-readonly="true" sfzhm="true" maxlength="18" required>
|
|
|
51
|
+ <input type="text" ng-model="dicData[sealedStorage.grainKind]" name="grainKind"
|
|
|
52
|
+ placeholder="" ng-readonly="true" required>
|
|
53
|
53
|
</label>
|
|
54
|
54
|
</section>
|
|
55
|
55
|
<section class="col col-3">
|
|
56
|
56
|
<label class="label">粮食品性质:<span style="color: red;margin-left: 5px;text-align: center;">*</span></label>
|
|
57
|
57
|
<label class="input">
|
|
58
|
|
- <input type="text" ng-model="dicData[sealedStorage.grainAttribute]" name="idCard"
|
|
59
|
|
- placeholder="" ng-readonly="true" sfzhm="true" maxlength="18" required>
|
|
|
58
|
+ <input type="text" ng-model="dicData[sealedStorage.grainAttribute]" name="grainAttribute"
|
|
|
59
|
+ placeholder="" ng-readonly="true" required>
|
|
60
|
60
|
</label>
|
|
61
|
61
|
</section>
|
|
62
|
62
|
</div>
|
|
|
@@ -64,29 +64,29 @@
|
|
64
|
64
|
<section class="col col-3">
|
|
65
|
65
|
<label class="label">封仓数量(公斤):<span style="color: red;margin-left: 5px;text-align: center;">*</span></label>
|
|
66
|
66
|
<label class="input">
|
|
67
|
|
- <input type="text" ng-model="sealedStorage.sealedNumber" name="idCard"
|
|
68
|
|
- placeholder="" ng-readonly="true" sfzhm="true" maxlength="18" required>
|
|
|
67
|
+ <input type="text" ng-model="sealedStorage.sealedNumber" name="sealedNumber"
|
|
|
68
|
+ placeholder="" ng-readonly="true" required>
|
|
69
|
69
|
</label>
|
|
70
|
70
|
</section>
|
|
71
|
71
|
<section class="col col-3">
|
|
72
|
72
|
<label class="label">等级:<span style="color: red;margin-left: 5px;text-align: center;">*</span></label>
|
|
73
|
73
|
<label class="input">
|
|
74
|
|
- <input type="text" ng-model="dicData[sealedStorage.grainGrade]" name="idCard"
|
|
75
|
|
- placeholder="" ng-readonly="true" sfzhm="true" maxlength="18" required>
|
|
|
74
|
+ <input type="text" ng-model="dicData[sealedStorage.grainGrade]" name="grainGrade"
|
|
|
75
|
+ placeholder="" ng-readonly="true" required>
|
|
76
|
76
|
</label>
|
|
77
|
77
|
</section>
|
|
78
|
78
|
<section class="col col-3">
|
|
79
|
79
|
<label class="label">产地:<span style="color: red;margin-left: 5px;text-align: center;">*</span></label>
|
|
80
|
80
|
<label class="input">
|
|
81
|
|
- <input type="text" ng-model="dicData[sealedStorage.placeOfOrigin]" name="idCard"
|
|
82
|
|
- placeholder="" ng-readonly="true" sfzhm="true" maxlength="18" required>
|
|
|
81
|
+ <input type="text" ng-model="dicData[sealedStorage.placeOfOrigin]" name="placeOfOrigin"
|
|
|
82
|
+ placeholder="" ng-readonly="true" required>
|
|
83
|
83
|
</label>
|
|
84
|
84
|
</section>
|
|
85
|
85
|
<section class="col col-3">
|
|
86
|
86
|
<label class="label">收获年度:<span style="color: red;margin-left: 5px;text-align: center;">*</span></label>
|
|
87
|
87
|
<label class="input">
|
|
88
|
|
- <input type="text" ng-model="dicData[sealedStorage.harvestYear]" name="idCard"
|
|
89
|
|
- placeholder="" ng-readonly="true" sfzhm="true" maxlength="18" required>
|
|
|
88
|
+ <input type="text" ng-model="dicData[sealedStorage.harvestYear]" name="harvestYear"
|
|
|
89
|
+ placeholder="" ng-readonly="true" required>
|
|
90
|
90
|
</label>
|
|
91
|
91
|
</section>
|
|
92
|
92
|
</div>
|