|
@@ -46,7 +46,7 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
<a-form-item label="产品品牌">
|
|
<a-form-item label="产品品牌">
|
|
- <ProductBrand id="inventoryCheckSelfDiskList-productBrand" v-model="queryParam.brandSn"></ProductBrand>
|
|
|
|
|
|
+ <ProductBrand id="inventoryCheckSelfDiskList-productBrand" sysFlag="" v-model="queryParam.brandSn"></ProductBrand>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<template v-if="advanced">
|
|
<template v-if="advanced">
|
|
@@ -136,7 +136,7 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
<a-form-item label="产品品牌">
|
|
<a-form-item label="产品品牌">
|
|
- <ProductBrand id="inventoryCheckSelfDiskList-productBrand" v-model="chooseQueryParam.brandSn"></ProductBrand>
|
|
|
|
|
|
+ <ProductBrand id="inventoryCheckSelfDiskList-productBrand" sysFlag="" v-model="chooseQueryParam.brandSn"></ProductBrand>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<template v-if="chooseAdvanced">
|
|
<template v-if="chooseAdvanced">
|
|
@@ -562,7 +562,7 @@ export default {
|
|
return {
|
|
return {
|
|
on: {
|
|
on: {
|
|
dblclick: (event) => {
|
|
dblclick: (event) => {
|
|
- event.stopPropagation()
|
|
|
|
|
|
+ event.stopPropagation()
|
|
this.handleAdd(record)
|
|
this.handleAdd(record)
|
|
}
|
|
}
|
|
}
|
|
}
|