sale-client 4.3.37 → 4.3.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -164,10 +164,10 @@
|
|
|
164
164
|
</div>
|
|
165
165
|
</div>
|
|
166
166
|
<div class="row" >
|
|
167
|
-
<div class="col-sm-6 form-group">
|
|
167
|
+
<div class="col-sm-6 form-group" >
|
|
168
168
|
<label class="font_normal_body ">优 先 级</label>
|
|
169
169
|
<input :disabled='isEdit' class="input_search" placeholder="优先级" style="width:60%"
|
|
170
|
-
type="text" v-model="model.f_priority"
|
|
170
|
+
type="text" v-model="model.f_priority" >
|
|
171
171
|
</div>
|
|
172
172
|
</div>
|
|
173
173
|
<div class="row">
|
|
@@ -227,6 +227,7 @@ let initGen = async function (self, val) {
|
|
|
227
227
|
if (res.data.length === 1) {
|
|
228
228
|
// 判断当前气价是否是待审核气价
|
|
229
229
|
hasUnAudit = res.data[0].id !== val.id
|
|
230
|
+
console.log(hasUnAudit)
|
|
230
231
|
} else if (res.data.length > 1) {
|
|
231
232
|
self.$showAlert('意外获取到多条待审核记录!请联系管理人员!', 'danger', 0)
|
|
232
233
|
}
|
|
@@ -273,6 +274,7 @@ let initGen = async function (self, val) {
|
|
|
273
274
|
stairshow: false,
|
|
274
275
|
model: {
|
|
275
276
|
f_price_type: [],
|
|
277
|
+
f_priority:100,
|
|
276
278
|
f_stairmonths: 1,
|
|
277
279
|
f_perform_date: '',
|
|
278
280
|
detailprice: [],
|
|
@@ -283,8 +285,7 @@ let initGen = async function (self, val) {
|
|
|
283
285
|
f_deduction_way: this.config.deductionWay,
|
|
284
286
|
f_islow_income: '0',
|
|
285
287
|
f_isheat: '0',
|
|
286
|
-
f_comments: ''
|
|
287
|
-
f_priority: 100
|
|
288
|
+
f_comments: ''
|
|
288
289
|
},
|
|
289
290
|
// 编辑控制
|
|
290
291
|
isEdit: false,
|
|
@@ -461,6 +462,7 @@ let initGen = async function (self, val) {
|
|
|
461
462
|
f_price_type: '',
|
|
462
463
|
f_stairmonths: 1,
|
|
463
464
|
f_perform_date: '',
|
|
465
|
+
f_priority:100,
|
|
464
466
|
detailprice: [],
|
|
465
467
|
f_stair_start_date: '',
|
|
466
468
|
f_population_increment: 0,
|