|
@@ -9,11 +9,6 @@ |
|
@@ -9,11 +9,6 @@ |
|
9
|
<view class="item-title"><text class="required">*</text><text>订单编号</text></view>
|
9
|
<view class="item-title"><text class="required">*</text><text>订单编号</text></view>
|
|
10
|
</template>
|
10
|
</template>
|
|
11
|
</uni-list-item>
|
11
|
</uni-list-item>
|
|
12
|
- <uni-list-item title="供货单位">
|
|
|
|
13
|
- <template v-slot:footer>
|
|
|
|
14
|
- <view class="readonly-text">{{ getDicName('SUPPLIER', form.supplyUnit, dicOptions.SUPPLIER) }}</view>
|
|
|
|
15
|
- </template>
|
|
|
|
16
|
- </uni-list-item>
|
|
|
|
17
|
<uni-list-item title="订货单位">
|
12
|
<uni-list-item title="订货单位">
|
|
18
|
<template v-slot:footer>
|
13
|
<template v-slot:footer>
|
|
19
|
<view class="readonly-text">{{ form.orderingUnitName }}</view>
|
14
|
<view class="readonly-text">{{ form.orderingUnitName }}</view>
|
|
@@ -24,20 +19,14 @@ |
|
@@ -24,20 +19,14 @@ |
|
24
|
<view class="readonly-text">{{ form.orderDate }}</view>
|
19
|
<view class="readonly-text">{{ form.orderDate }}</view>
|
|
25
|
</template>
|
20
|
</template>
|
|
26
|
</uni-list-item>
|
21
|
</uni-list-item>
|
|
27
|
- <uni-list-item title="生产厂">
|
22
|
+ <uni-list-item title="申请撤单日期">
|
|
28
|
<template v-slot:footer>
|
23
|
<template v-slot:footer>
|
|
29
|
- <view class="readonly-text">{{ form.workshopName }}</view>
|
24
|
+ <view class="readonly-text">{{ form.documentPreparationDate }}</view>
|
|
30
|
</template>
|
25
|
</template>
|
|
31
|
</uni-list-item>
|
26
|
</uni-list-item>
|
|
32
|
- <uni-list-item title="结算方式或期限">
|
27
|
+ <uni-list-item title="所属办">
|
|
33
|
<template v-slot:footer>
|
28
|
<template v-slot:footer>
|
|
34
|
- <view class="readonly-text">{{ form.settlementTerms }}</view>
|
|
|
|
35
|
- </template>
|
|
|
|
36
|
- </uni-list-item>
|
|
|
|
37
|
-
|
|
|
|
38
|
- <uni-list-item title="交货方式">
|
|
|
|
39
|
- <template v-slot:footer>
|
|
|
|
40
|
- <uni-easyinput v-model="form.deliveryMethod" placeholder="请输入交货方式" :inputBorder="false" />
|
29
|
+ <view class="readonly-text">{{ form.deptName }}</view>
|
|
41
|
</template>
|
30
|
</template>
|
|
42
|
</uni-list-item>
|
31
|
</uni-list-item>
|
|
43
|
</view>
|
32
|
</view>
|
|
@@ -48,90 +37,24 @@ |
|
@@ -48,90 +37,24 @@ |
|
48
|
</view>
|
37
|
</view>
|
|
49
|
|
38
|
|
|
50
|
<view class="section">
|
39
|
<view class="section">
|
|
51
|
- <uni-list-item title="价格表编号">
|
|
|
|
52
|
- <template v-slot:footer>
|
|
|
|
53
|
- <uni-easyinput v-model="form.priceListNo" placeholder="请输入价格表编号" :inputBorder="false" />
|
|
|
|
54
|
- </template>
|
|
|
|
55
|
- </uni-list-item>
|
|
|
|
56
|
- <uni-list-item title="开票情况">
|
40
|
+ <uni-list-item title="撤销原因">
|
|
57
|
<template v-slot:footer>
|
41
|
<template v-slot:footer>
|
|
58
|
- <uni-easyinput v-model="form.invoicingStatus" placeholder="请输入开票情况" :inputBorder="false" />
|
42
|
+ <uni-easyinput type="textarea" v-model="form.revokeReason" placeholder="请输入撤销原因"
|
|
|
|
43
|
+ :inputBorder="false" />
|
|
59
|
</template>
|
44
|
</template>
|
|
60
|
</uni-list-item>
|
45
|
</uni-list-item>
|
|
61
|
- <uni-list-item class="amount-item">
|
|
|
|
62
|
- <template v-slot:body>
|
|
|
|
63
|
- <view class="item-title"><text>运费</text></view>
|
|
|
|
64
|
- </template>
|
|
|
|
65
|
- <template v-slot:footer>
|
|
|
|
66
|
- <view class="amount-row">
|
|
|
|
67
|
- <uni-easyinput type="number" v-model="form.shippingCost" placeholder="0.00" :inputBorder="false" />
|
|
|
|
68
|
- <text class="unit">元</text>
|
|
|
|
69
|
- </view>
|
|
|
|
70
|
- </template>
|
|
|
|
71
|
- </uni-list-item>
|
|
|
|
72
|
- <uni-list-item class="amount-item">
|
|
|
|
73
|
- <template v-slot:body>
|
|
|
|
74
|
- <view class="item-title"><text>包装费</text></view>
|
|
|
|
75
|
- </template>
|
46
|
+ </view>
|
|
|
|
47
|
+
|
|
|
|
48
|
+ <view class="section">
|
|
|
|
49
|
+ <uni-list-item title="撤销确认凭证">
|
|
76
|
<template v-slot:footer>
|
50
|
<template v-slot:footer>
|
|
77
|
- <view class="amount-row">
|
|
|
|
78
|
- <uni-easyinput type="number" v-model="form.packagingFee" placeholder="0.00" :inputBorder="false" />
|
|
|
|
79
|
- <text class="unit">元</text>
|
|
|
|
80
|
- </view>
|
|
|
|
81
|
- </template>
|
|
|
|
82
|
- </uni-list-item>
|
|
|
|
83
|
- <uni-list-item class="select-item" :class="form.executionStandardName ? 'is-filled' : 'is-empty'" clickable
|
|
|
|
84
|
- @click="openSheet('executionStandard')" :rightText="form.executionStandardName || '请选择'" showArrow>
|
|
|
|
85
|
- <template v-slot:body>
|
|
|
|
86
|
- <view class="item-title"><text>执行标准</text></view>
|
51
|
+ <FileUpload v-model="confirmationVoucherFile" />
|
|
|
|
52
|
+ <view v-if="confirmationVoucherFile && confirmationVoucherFile.name" class="upload-show">{{ confirmationVoucherFile.name
|
|
|
|
53
|
+ }}</view>
|
|
87
|
</template>
|
54
|
</template>
|
|
88
|
</uni-list-item>
|
55
|
</uni-list-item>
|
|
89
|
</view>
|
56
|
</view>
|
|
90
|
|
57
|
|
|
91
|
-
|
|
|
|
92
|
- <view class="title-header">
|
|
|
|
93
|
- <image class="title-header_icon" src="/static/images/title.png" />
|
|
|
|
94
|
- <span>具体质量要求</span>
|
|
|
|
95
|
- </view>
|
|
|
|
96
|
-
|
|
|
|
97
|
- <uni-list-item title="件重条头">
|
|
|
|
98
|
- <template v-slot:footer>
|
|
|
|
99
|
- <uni-easyinput type="textarea" v-model="form.pieceWeightHeader" placeholder="请输入件重条头"
|
|
|
|
100
|
- :inputBorder="false" />
|
|
|
|
101
|
- </template>
|
|
|
|
102
|
- </uni-list-item>
|
|
|
|
103
|
- <uni-list-item title="表面">
|
|
|
|
104
|
- <template v-slot:footer>
|
|
|
|
105
|
- <uni-easyinput type="textarea" v-model="form.surface" placeholder="请输入表面" :inputBorder="false" />
|
|
|
|
106
|
- </template>
|
|
|
|
107
|
- </uni-list-item>
|
|
|
|
108
|
- <uni-list-item title="公差">
|
|
|
|
109
|
- <template v-slot:footer>
|
|
|
|
110
|
- <uni-easyinput type="textarea" v-model="form.tolerance" placeholder="请输入公差" :inputBorder="false" />
|
|
|
|
111
|
- </template>
|
|
|
|
112
|
- </uni-list-item>
|
|
|
|
113
|
- <uni-list-item title="性能">
|
|
|
|
114
|
- <template v-slot:footer>
|
|
|
|
115
|
- <uni-easyinput type="textarea" v-model="form.performance" placeholder="请输入性能" :inputBorder="false" />
|
|
|
|
116
|
- </template>
|
|
|
|
117
|
- </uni-list-item>
|
|
|
|
118
|
- <uni-list-item title="成分">
|
|
|
|
119
|
- <template v-slot:footer>
|
|
|
|
120
|
- <uni-easyinput type="textarea" v-model="form.element" placeholder="请输入成分" :inputBorder="false" />
|
|
|
|
121
|
- </template>
|
|
|
|
122
|
- </uni-list-item>
|
|
|
|
123
|
- <uni-list-item title="包装">
|
|
|
|
124
|
- <template v-slot:footer>
|
|
|
|
125
|
- <uni-easyinput type="textarea" v-model="form.packaging" placeholder="请输入包装" :inputBorder="false" />
|
|
|
|
126
|
- </template>
|
|
|
|
127
|
- </uni-list-item>
|
|
|
|
128
|
- <uni-list-item title="备注">
|
|
|
|
129
|
- <template v-slot:footer>
|
|
|
|
130
|
- <uni-easyinput type="textarea" v-model="form.remarks" placeholder="请输入备注" :inputBorder="false" />
|
|
|
|
131
|
- </template>
|
|
|
|
132
|
- </uni-list-item>
|
|
|
|
133
|
-
|
|
|
|
134
|
-
|
|
|
|
135
|
</uni-list>
|
58
|
</uni-list>
|
|
136
|
</scroll-view>
|
59
|
</scroll-view>
|
|
137
|
|
60
|
|
|
@@ -139,7 +62,10 @@ |
|
@@ -139,7 +62,10 @@ |
|
139
|
<view class="view-total">
|
62
|
<view class="view-total">
|
|
140
|
<view class="head">合计</view>
|
63
|
<view class="head">合计</view>
|
|
141
|
<view class="row">
|
64
|
<view class="row">
|
|
142
|
- <text class="label">总数量</text><text class="value">{{ form.afterTotalQuantity }}</text>
|
65
|
+ <text class="label">原数量</text><text class="value">{{ form.totalQuantity || '-' }}</text>
|
|
|
|
66
|
+ </view>
|
|
|
|
67
|
+ <view class="row">
|
|
|
|
68
|
+ <text class="label">撤销数量</text><text class="value">{{ form.totalRevokeQuantity || '-' }}</text>
|
|
143
|
</view>
|
69
|
</view>
|
|
144
|
</view>
|
70
|
</view>
|
|
145
|
<button class="btn submit" type="primary" @click="onSubmit">提交</button>
|
71
|
<button class="btn submit" type="primary" @click="onSubmit">提交</button>
|
|
@@ -148,55 +74,47 @@ |
|
@@ -148,55 +74,47 @@ |
|
148
|
@confirm="onSheetConfirm" />
|
74
|
@confirm="onSheetConfirm" />
|
|
149
|
<RelateSelectSheet :visible.sync="relate.visible" :title="relate.title" :source="relate.source"
|
75
|
<RelateSelectSheet :visible.sync="relate.visible" :title="relate.title" :source="relate.source"
|
|
150
|
:display-fields="relate.display" :multiple="relate.multiple" :row-key="relate.rowKey"
|
76
|
:display-fields="relate.display" :multiple="relate.multiple" :row-key="relate.rowKey"
|
|
151
|
- :selectedKeys.sync="relate.selectedKeys" :source-extra="{ queryType: 'CHANGE' }" @confirm="onRelateConfirm" />
|
77
|
+ :selectedKeys.sync="relate.selectedKeys" :source-extra="{ queryType: 'REVOKE' }" @confirm="onRelateConfirm" />
|
|
152
|
</view>
|
78
|
</view>
|
|
153
|
</template>
|
79
|
</template>
|
|
154
|
|
80
|
|
|
155
|
<script>
|
81
|
<script>
|
|
156
|
-import { createApi, loadOrderApi } from '@/api/revoke_list.js'
|
82
|
+import { createApi } from '@/api/revoke_list.js'
|
|
|
|
83
|
+import { loadOrderApi } from '@/api/change_list.js'
|
|
157
|
import Product from './product.vue'
|
84
|
import Product from './product.vue'
|
|
158
|
import SingleSelectSheet from '@/components/single-select/index.vue'
|
85
|
import SingleSelectSheet from '@/components/single-select/index.vue'
|
|
159
|
import RelateSelectSheet from '@/components/relate-select/index.vue'
|
86
|
import RelateSelectSheet from '@/components/relate-select/index.vue'
|
|
160
|
import { getDicName } from '@/utils/dic.js'
|
87
|
import { getDicName } from '@/utils/dic.js'
|
|
161
|
import { getDicByCodes } from '@/utils/dic'
|
88
|
import { getDicByCodes } from '@/utils/dic'
|
|
|
|
89
|
+import FileUpload from '@/components/file-upload/index.vue'
|
|
162
|
|
90
|
|
|
163
|
export default {
|
91
|
export default {
|
|
164
|
name: 'RevokeListAdd',
|
92
|
name: 'RevokeListAdd',
|
|
165
|
- components: { Product, SingleSelectSheet, RelateSelectSheet },
|
93
|
+ components: { Product, SingleSelectSheet, RelateSelectSheet, FileUpload },
|
|
166
|
data() {
|
94
|
data() {
|
|
167
|
return {
|
95
|
return {
|
|
168
|
form: {
|
96
|
form: {
|
|
|
|
97
|
+ purchaseOrderId: '',
|
|
|
|
98
|
+ id: '',
|
|
|
|
99
|
+ // 订单基础信息
|
|
169
|
orderNo: '',
|
100
|
orderNo: '',
|
|
170
|
- orderId: '',
|
|
|
|
171
|
- supplyUnit: '',
|
|
|
|
172
|
orderingUnit: '',
|
101
|
orderingUnit: '',
|
|
173
|
orderDate: '',
|
102
|
orderDate: '',
|
|
174
|
- workshopId: '',
|
|
|
|
175
|
- settlementTerms: '',
|
|
|
|
176
|
- deliveryMethod: '',
|
|
|
|
177
|
- priceListNo: '',
|
|
|
|
178
|
- invoicingStatus: '',
|
|
|
|
179
|
- shippingCost: '',
|
|
|
|
180
|
- packagingFee: '',
|
|
|
|
181
|
- executionStandard: '',
|
|
|
|
182
|
- executionStandardRemarks: '',
|
|
|
|
183
|
- totalQuantity: '',
|
|
|
|
184
|
- afterTotalQuantity: '',
|
|
|
|
185
|
- pieceWeightHeader: '',
|
|
|
|
186
|
- surface: '',
|
|
|
|
187
|
- tolerance: '',
|
|
|
|
188
|
- performance: '',
|
|
|
|
189
|
- element: '',
|
|
|
|
190
|
- packaging: '',
|
|
|
|
191
|
- remarks: '',
|
|
|
|
192
|
// 默认当前日期 格式为 yyyy-MM-dd
|
103
|
// 默认当前日期 格式为 yyyy-MM-dd
|
|
193
|
- orderDate: new Date().toISOString().substring(0, 10),
|
|
|
|
194
|
-
|
104
|
+ documentPreparationDate: new Date().toISOString().substring(0, 10),
|
|
|
|
105
|
+ deptName: '',
|
|
|
|
106
|
+ totalQuantity: '',
|
|
|
|
107
|
+ totalRevokeQuantity: '',
|
|
|
|
108
|
+ revokeReason: '',
|
|
|
|
109
|
+ // 文件上传
|
|
|
|
110
|
+ confirmationVoucherFileName: '',
|
|
|
|
111
|
+ confirmationVoucherFileId: '',
|
|
195
|
},
|
112
|
},
|
|
196
|
initPurchaseOrderLineList: [],
|
113
|
initPurchaseOrderLineList: [],
|
|
197
|
dicOptions: { SUPPLIER: [], APPLICABLE_STANDARD: [] },
|
114
|
dicOptions: { SUPPLIER: [], APPLICABLE_STANDARD: [] },
|
|
198
|
sheet: { visible: false, title: '请选择', options: [], value: '', field: '' },
|
115
|
sheet: { visible: false, title: '请选择', options: [], value: '', field: '' },
|
|
199
|
- relate: { visible: false, title: '选择', source: '', display: [], multiple: false, rowKey: 'id', selectedKeys: [], fieldKey: '' }
|
116
|
+ relate: { visible: false, title: '选择', source: '', display: [], multiple: false, rowKey: 'id', selectedKeys: [], fieldKey: '' },
|
|
|
|
117
|
+ confirmationVoucherFile: { id: '', name: '' },
|
|
200
|
}
|
118
|
}
|
|
201
|
},
|
119
|
},
|
|
202
|
onLoad() {
|
120
|
onLoad() {
|
|
@@ -277,6 +195,8 @@ export default { |
|
@@ -277,6 +195,8 @@ export default { |
|
277
|
this.$nextTick(() => { this.relate.visible = true })
|
195
|
this.$nextTick(() => { this.relate.visible = true })
|
|
278
|
},
|
196
|
},
|
|
279
|
async onRelateConfirm({ items }) {
|
197
|
async onRelateConfirm({ items }) {
|
|
|
|
198
|
+ console.log('onRelateConfirm_items', items)
|
|
|
|
199
|
+ console.log('onRelateConfirm_this.relate', this.relate)
|
|
280
|
const _fieldKey = this.relate.fieldKey
|
200
|
const _fieldKey = this.relate.fieldKey
|
|
281
|
const first = (items && items.length > 0) ? items[0] : null
|
201
|
const first = (items && items.length > 0) ? items[0] : null
|
|
282
|
if (_fieldKey === 'orderNo') {
|
202
|
if (_fieldKey === 'orderNo') {
|
|
@@ -288,16 +208,12 @@ export default { |
|
@@ -288,16 +208,12 @@ export default { |
|
288
|
const item = Array.isArray(data) ? (data[0] || {}) : (data || {})
|
208
|
const item = Array.isArray(data) ? (data[0] || {}) : (data || {})
|
|
289
|
const next = { ...this.form, ...item }
|
209
|
const next = { ...this.form, ...item }
|
|
290
|
next.orderNo = next.orderNo || ((first && (first.orderNo || first.code)) || '');
|
210
|
next.orderNo = next.orderNo || ((first && (first.orderNo || first.code)) || '');
|
|
291
|
- next.orderId = next.id || '';
|
211
|
+ next.purchaseOrderId = next.id || '';
|
|
292
|
delete next.id
|
212
|
delete next.id
|
|
293
|
this.form = next
|
213
|
this.form = next
|
|
294
|
- const lines = Array.isArray(item.purchaseOrderLineList) ? item.purchaseOrderLineList.map(x => ({ ...x, purchaseOrderId: x.id, id: '' })) : []
|
|
|
|
295
|
- this.initPurchaseOrderLineList = lines
|
|
|
|
296
|
- const sum = lines.reduce((acc, it) => {
|
|
|
|
297
|
- const v = Number(it && it.quantity)
|
|
|
|
298
|
- return acc + (isNaN(v) ? 0 : v)
|
|
|
|
299
|
- }, 0)
|
|
|
|
300
|
- this.form.afterTotalQuantity = sum
|
214
|
+ const lines = Array.isArray(item.purchaseOrderLineList) ? item.purchaseOrderLineList.map(x => ({ ...x, purchaseOrderLineId: x.id, id: '' })) : []
|
|
|
|
215
|
+ this.initPurchaseOrderLineList = lines;
|
|
|
|
216
|
+ this.form.totalRevokeQuantity = 0;
|
|
301
|
this.refreshStandardName()
|
217
|
this.refreshStandardName()
|
|
302
|
} catch (e) {
|
218
|
} catch (e) {
|
|
303
|
this.form.orderNo = (first && (first.orderNo || first.code)) || ''
|
219
|
this.form.orderNo = (first && (first.orderNo || first.code)) || ''
|
|
@@ -328,12 +244,7 @@ export default { |
|
@@ -328,12 +244,7 @@ export default { |
|
328
|
return false
|
244
|
return false
|
|
329
|
}
|
245
|
}
|
|
330
|
const fields = [
|
246
|
const fields = [
|
|
331
|
- { key: 'industry', label: '行业' },
|
|
|
|
332
|
- { key: 'quality', label: '品质' },
|
|
|
|
333
|
- { key: 'brand', label: '牌号' },
|
|
|
|
334
|
- { key: 'quantity', label: '数量' },
|
|
|
|
335
|
- { key: 'salesPrice', label: '销售价格' },
|
|
|
|
336
|
- { key: 'deliveryDate', label: '发货日期' },
|
247
|
+ { key: 'revokeQuantity', label: '撤销数量kg' },
|
|
337
|
]
|
248
|
]
|
|
338
|
for (let i = 0; i < list.length; i++) {
|
249
|
for (let i = 0; i < list.length; i++) {
|
|
339
|
const it = list[i] || {}
|
250
|
const it = list[i] || {}
|
|
@@ -344,6 +255,13 @@ export default { |
|
@@ -344,6 +255,13 @@ export default { |
|
344
|
return false
|
255
|
return false
|
|
345
|
}
|
256
|
}
|
|
346
|
}
|
257
|
}
|
|
|
|
258
|
+ // 撤销数量kg不能大于原数量
|
|
|
|
259
|
+ const originalQuantity = Number(it && it.quantity)
|
|
|
|
260
|
+ const revokeQuantity = Number(it && it.revokeQuantity)
|
|
|
|
261
|
+ if (revokeQuantity > originalQuantity) {
|
|
|
|
262
|
+ uni.showToast({ title: `产品第${i + 1}条:撤销数量kg不能大于原数量!`, icon: 'none' })
|
|
|
|
263
|
+ return false
|
|
|
|
264
|
+ }
|
|
347
|
}
|
265
|
}
|
|
348
|
return true
|
266
|
return true
|
|
349
|
},
|
267
|
},
|
|
@@ -351,25 +269,27 @@ export default { |
|
@@ -351,25 +269,27 @@ export default { |
|
351
|
if (!this.validateRequired()) return
|
269
|
if (!this.validateRequired()) return
|
|
352
|
if (!this.validateLineListRequired()) return
|
270
|
if (!this.validateLineListRequired()) return
|
|
353
|
const payload = { ...this.form }
|
271
|
const payload = { ...this.form }
|
|
354
|
- payload.orderSpecList = payload.purchaseOrderLineList || [];
|
272
|
+ payload.purchaseOrderRevokeLineList = payload.purchaseOrderLineList || [];
|
|
355
|
delete payload.purchaseOrderLineList;
|
273
|
delete payload.purchaseOrderLineList;
|
|
356
|
- console.log('onSubmit__payload', payload)
|
274
|
+ payload.confirmationVoucherFileName = this.confirmationVoucherFile.name || '';
|
|
|
|
275
|
+ payload.confirmationVoucherFileId = this.confirmationVoucherFile.id || '';
|
|
357
|
try {
|
276
|
try {
|
|
358
|
await createApi(payload)
|
277
|
await createApi(payload)
|
|
359
|
uni.showToast({ title: '保存成功', icon: 'success' })
|
278
|
uni.showToast({ title: '保存成功', icon: 'success' })
|
|
360
|
- setTimeout(() => { uni.redirectTo({ url: '/pages/order_list/index' }) }, 300)
|
279
|
+ setTimeout(() => { uni.redirectTo({ url: '/pages/revoke_list/index' }) }, 300)
|
|
361
|
} catch (e) {
|
280
|
} catch (e) {
|
|
362
|
uni.showToast({ title: (e && e.msg) || '保存失败', icon: 'none' })
|
281
|
uni.showToast({ title: (e && e.msg) || '保存失败', icon: 'none' })
|
|
363
|
}
|
282
|
}
|
|
364
|
},
|
283
|
},
|
|
365
|
purchaseOrderLineListChange(data) {
|
284
|
purchaseOrderLineListChange(data) {
|
|
|
|
285
|
+ console.log('purchaseOrderLineListChange_data', data)
|
|
366
|
const list = Array.isArray(data) ? data : []
|
286
|
const list = Array.isArray(data) ? data : []
|
|
367
|
this.form.purchaseOrderLineList = list
|
287
|
this.form.purchaseOrderLineList = list
|
|
368
|
const sum = list.reduce((acc, it) => {
|
288
|
const sum = list.reduce((acc, it) => {
|
|
369
|
- const v = Number(it && it.quantity)
|
289
|
+ const v = Number(it && it.revokeQuantity)
|
|
370
|
return acc + (isNaN(v) ? 0 : v)
|
290
|
return acc + (isNaN(v) ? 0 : v)
|
|
371
|
}, 0)
|
291
|
}, 0)
|
|
372
|
- this.form.afterTotalQuantity = sum
|
292
|
+ this.form.totalRevokeQuantity = sum
|
|
373
|
},
|
293
|
},
|
|
374
|
}
|
294
|
}
|
|
375
|
}
|
295
|
}
|
|
@@ -384,7 +304,7 @@ export default { |
|
@@ -384,7 +304,7 @@ export default { |
|
384
|
|
304
|
|
|
385
|
.scroll {
|
305
|
.scroll {
|
|
386
|
flex: 1;
|
306
|
flex: 1;
|
|
387
|
- padding: 6rpx 0 310rpx;
|
307
|
+ padding: 6rpx 0 350rpx;
|
|
388
|
}
|
308
|
}
|
|
389
|
|
309
|
|
|
390
|
|
310
|
|