|
@@ -109,7 +109,7 @@ export default {
|
|
|
checkWarehouseSn: _this.itemData.checkWarehouseSn,
|
|
|
stockQtyFlag: _this.nowType == 'pddy' ? _this.form.stockQtyFlag : undefined,
|
|
|
productScopeFlag: _this.nowType == 'shdy' ? _this.form.productScopeFlag : undefined,
|
|
|
- checkPrintFlag: true,
|
|
|
+ checkPrintFlag: _this.nowType == 'pddy',
|
|
|
type: isPrint || 'preview'
|
|
|
}
|
|
|
if (_this.itemData && _this.itemData.checkType == 'SELECT' && _this.itemData.warehouseFlag == '1') { // 自选盘点且区分仓库
|