|
|
|
@ -125,7 +125,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 打印模块 --> |
|
|
|
|
<el-dialog title="二维码" :visible.sync="isShow" width="780px" v-model="isShow"> |
|
|
|
|
<el-dialog title="二维码" :visible.sync="isShow" width="70%" v-model="isShow"> |
|
|
|
|
<div> |
|
|
|
|
<div v-html="html"></div> |
|
|
|
|
|
|
|
|
@ -318,6 +318,7 @@ import {
|
|
|
|
|
import { |
|
|
|
|
printBatch, |
|
|
|
|
} from '@/api/distribution/distributionDeliveryList'; |
|
|
|
|
import print from '@/utils/print'; |
|
|
|
|
import option from '@/option/distribution/distrilbutionBillLading'; |
|
|
|
|
import { mapGetters } from 'vuex'; |
|
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
|
|
@ -879,6 +880,10 @@ export default {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
printTemplate(){ |
|
|
|
|
// var nodev =document.querySelectorAll('.el-dialog__body'); |
|
|
|
|
print(); |
|
|
|
|
}, |
|
|
|
|
async handleSubmit() { |
|
|
|
|
if (!this.form.id) { |
|
|
|
|
let fei = new Map(); |
|
|
|
|