|
@@ -194,7 +194,7 @@ import {
|
|
warehouse,
|
|
warehouse,
|
|
listDelete,
|
|
listDelete,
|
|
tableDeleteQuery,
|
|
tableDeleteQuery,
|
|
- confirmDeletion, pleaseCheck, revoke, queryUserVal, getName, revokeBill, copyNew
|
|
|
|
|
|
+ confirmDeletion, pleaseCheck, revoke, queryUserVal, getName, revokeBill, copyNew,printingTiem
|
|
} from '@/api/purchaseIssue/index'
|
|
} from '@/api/purchaseIssue/index'
|
|
import Cookies from 'js-cookie'
|
|
import Cookies from 'js-cookie'
|
|
import Global from '@/layout/components/global'
|
|
import Global from '@/layout/components/global'
|
|
@@ -1403,6 +1403,11 @@ export default {
|
|
//确认打印
|
|
//确认打印
|
|
Printing() {
|
|
Printing() {
|
|
this.$print(this.$refs.print)
|
|
this.$print(this.$refs.print)
|
|
|
|
+ let list ={
|
|
|
|
+ fId:this.$refs.avatar.form.fId
|
|
|
|
+ }
|
|
|
|
+ printingTiem(list).then(res=>{
|
|
|
|
+ })
|
|
},
|
|
},
|
|
//返回列表
|
|
//返回列表
|
|
backToList(){
|
|
backToList(){
|