|
|
@ -529,6 +529,10 @@ export default { |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 标记采图中,让滚动条滑到最右边…… |
|
|
|
|
|
this.getPicing = true |
|
|
|
|
|
this.setGetPicing() |
|
|
|
|
|
|
|
|
// 设置图片打印或不打印 |
|
|
// 设置图片打印或不打印 |
|
|
if (oprType == 'print' || oprType == 'unPrint') { |
|
|
if (oprType == 'print' || oprType == 'unPrint') { |
|
|
let count = this.checkPictures.length |
|
|
let count = this.checkPictures.length |
|
|
|