|
|
@@ -95,12 +95,6 @@
|
|
95
|
95
|
</section>
|
|
96
|
96
|
</div>
|
|
97
|
97
|
<div class="row">
|
|
98
|
|
- <section class="col col-sm-4">
|
|
99
|
|
- <label class="label">协议编号<span style="color: red;">*</span></label>
|
|
100
|
|
- <label class="input">
|
|
101
|
|
- <input class="form-control" type="text" ng-model="storeWareDetail.agreementNumber" ng-disabled="isEdit" name="agreementNumber" required>
|
|
102
|
|
- </label>
|
|
103
|
|
- </section>
|
|
104
|
98
|
<section class="col col-sm-4" ng-show="shouchu">
|
|
105
|
99
|
<label class="label">等级<span style="color: red;">*</span></label>
|
|
106
|
100
|
<label class="select">
|
|
|
@@ -130,8 +124,6 @@
|
|
130
|
124
|
</label>
|
|
131
|
125
|
</section>
|
|
132
|
126
|
</section>
|
|
133
|
|
- </div>
|
|
134
|
|
- <div class="row">
|
|
135
|
127
|
<section class="col col-sm-4">
|
|
136
|
128
|
<label class="label">收货年度<span style="color: red;">*</span></label>
|
|
137
|
129
|
<section>
|
|
|
@@ -143,6 +135,8 @@
|
|
143
|
135
|
</label>
|
|
144
|
136
|
</section>
|
|
145
|
137
|
</section>
|
|
|
138
|
+ </div>
|
|
|
139
|
+ <div class="row">
|
|
146
|
140
|
<section class="col col-sm-4" ng-show="xiaoshou">
|
|
147
|
141
|
<label class="label">入库时间<span style="color: red;">*</span></label>
|
|
148
|
142
|
<label class="input">
|
|
|
@@ -195,7 +189,7 @@
|
|
195
|
189
|
<label class="label">数量(吨)<span style="color: red;">*</span></label>
|
|
196
|
190
|
<label class="input">
|
|
197
|
191
|
|
|
198
|
|
- <input class="form-control" type="text" ng-model="storeWareDetail.inCount" ng-readonly="isNotEdit"
|
|
|
192
|
+ <input class="form-control" type="text" ng-model="storeWareDetail.inCount" ng-readonly="!isNotEdit"
|
|
199
|
193
|
name="inCount" ng-change="totalPrice()" required main="0.00001"
|
|
200
|
194
|
onkeyup="this.value=this.value.match(/\d+(\.\d{0,5})?/) ? this.value.match(/\d+(\.\d{0,5})?/)[0] : '' ">
|
|
201
|
195
|
</label>
|
|
|
@@ -203,7 +197,7 @@
|
|
203
|
197
|
<section class="col col-sm-4" ng-show="shouchu">
|
|
204
|
198
|
<label class="label">单价(元/吨)<span style="color: red;">*</span></label>
|
|
205
|
199
|
<label class="input">
|
|
206
|
|
- <input class="form-control" type="text" ng-model="storeWareDetail.inPrice" ng-readonly="isNotEdit"
|
|
|
200
|
+ <input class="form-control" type="text" ng-model="storeWareDetail.inPrice" ng-readonly="!isNotEdit"
|
|
207
|
201
|
name="inPrice" ng-change="totalPrice()" required main="0.00001"
|
|
208
|
202
|
onkeyup="this.value=this.value.match(/\d+(\.\d{0,5})?/) ? this.value.match(/\d+(\.\d{0,5})?/)[0] : '' ">
|
|
209
|
203
|
</label>
|
|
|
@@ -241,6 +235,24 @@
|
|
241
|
235
|
</section>
|
|
242
|
236
|
</div>
|
|
243
|
237
|
<div class="row">
|
|
|
238
|
+ <section class="col col-sm-4" ng-show="shouchu">
|
|
|
239
|
+ <label class="label">入库类型<span style="color: red;">*</span></label>
|
|
|
240
|
+ <label class="select">
|
|
|
241
|
+ <select ng-model="storeWareDetail.incomingType" name="incomingType" ng-disabled="isEdit" ng-required="shouchu">
|
|
|
242
|
+ <option value="">--请选择--</option>
|
|
|
243
|
+ <option value="1">包干轮换</option>
|
|
|
244
|
+ <option value="2">调节储备轮换</option>
|
|
|
245
|
+ <option value="3">竞价采购</option>
|
|
|
246
|
+ <option value="4">移库倒仓补库</option>
|
|
|
247
|
+ </select>
|
|
|
248
|
+ </label>
|
|
|
249
|
+ </section>
|
|
|
250
|
+ <section class="col col-sm-4">
|
|
|
251
|
+ <label class="label">协议编号<span style="color: red;">*</span></label>
|
|
|
252
|
+ <label class="input">
|
|
|
253
|
+ <input class="form-control" type="text" ng-model="storeWareDetail.agreementNumber" ng-disabled="isEdit" name="agreementNumber" ng-required="storeWareDetail.incomingType!=4" />
|
|
|
254
|
+ </label>
|
|
|
255
|
+ </section>
|
|
244
|
256
|
<section class="col col-sm-4">
|
|
245
|
257
|
<label class="label">合同编号<span style="color: red;">*</span></label>
|
|
246
|
258
|
<label class="input">
|
|
|
@@ -252,12 +264,8 @@
|
|
252
|
264
|
</form>
|
|
253
|
265
|
</div>
|
|
254
|
266
|
<div class="modal-footer">
|
|
255
|
|
- <button type="button" class="btn btn-primary" ng-click="save()">
|
|
256
|
|
- 提交
|
|
257
|
|
- </button>
|
|
258
|
|
- <button type="button" class="btn btn-default" ng-click="cancel()">
|
|
259
|
|
- 取消
|
|
260
|
|
- </button>
|
|
|
267
|
+ <button type="button" class="btn btn-primary" ng-click="save()">提交</button>
|
|
|
268
|
+ <button type="button" class="btn btn-default" ng-click="cancel()">取消</button>
|
|
261
|
269
|
</div>
|
|
262
|
270
|
</div>
|
|
263
|
271
|
|