telephone-clients 4.0.0-1-35 → 4.0.0-1-36
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
|
@@ -222,6 +222,7 @@ export default {
|
|
|
222
222
|
await this.saveUserFile('save')
|
|
223
223
|
this.$showMessage('收费成功!!!')
|
|
224
224
|
this.cancel()
|
|
225
|
+
this.$emit('close')
|
|
225
226
|
}
|
|
226
227
|
},
|
|
227
228
|
loadOptions () {
|
|
@@ -313,6 +314,7 @@ export default {
|
|
|
313
314
|
await this.saveUserFile('save')
|
|
314
315
|
this.clearQrCode()
|
|
315
316
|
this.cancel()
|
|
317
|
+
this.$emit('close')
|
|
316
318
|
}
|
|
317
319
|
},
|
|
318
320
|
async openQrcode () {
|
|
@@ -352,6 +354,7 @@ export default {
|
|
|
352
354
|
async saveUserFile (type) {
|
|
353
355
|
for (let i = 0; i < this.material.length; i++) {
|
|
354
356
|
this.material[i].f_process_id = this.selectdata.f_process_id
|
|
357
|
+
this.material[i].f_material_name = this.material[i].f_typename
|
|
355
358
|
this.material[i].f_department = Vue.user.f_department_name
|
|
356
359
|
this.material[i].f_fee = this.material[i].f_material_price * this.material[i].f_material_number
|
|
357
360
|
if (isEmpty(this.material[i].f_state)) {
|