|
@@ -39,6 +39,7 @@
|
|
multiple
|
|
multiple
|
|
clearable
|
|
clearable
|
|
filterable
|
|
filterable
|
|
|
|
+ @change="changezhonglei(scope.row)"
|
|
collapse-tags>
|
|
collapse-tags>
|
|
<el-option v-for="(item,index) in scope.row.goodsList"
|
|
<el-option v-for="(item,index) in scope.row.goodsList"
|
|
:key='index'
|
|
:key='index'
|
|
@@ -289,10 +290,11 @@
|
|
disabled></el-input>
|
|
disabled></el-input>
|
|
</div>
|
|
</div>
|
|
<div class="item">
|
|
<div class="item">
|
|
|
|
+ <!-- v-model="item.mode.FREE" -->
|
|
<el-input style="width:80%"
|
|
<el-input style="width:80%"
|
|
type="number"
|
|
type="number"
|
|
@mousewheel.native.prevent
|
|
@mousewheel.native.prevent
|
|
- v-model="item.mode.FREE"></el-input>
|
|
|
|
|
|
+ disabled></el-input>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
@@ -488,12 +490,11 @@ export default {
|
|
goodsItem = goods
|
|
goodsItem = goods
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- let kitGroupPurchaseTypeJson = ''
|
|
|
|
|
|
+ let kitGroupPurchaseTypeJson = null
|
|
let depositFee;
|
|
let depositFee;
|
|
let price
|
|
let price
|
|
active.fangshi.forEach(fs => {
|
|
active.fangshi.forEach(fs => {
|
|
if (fs.id == zl) {
|
|
if (fs.id == zl) {
|
|
-
|
|
|
|
depositFee = fs.mode.depositFee
|
|
depositFee = fs.mode.depositFee
|
|
price = fs.mode.price
|
|
price = fs.mode.price
|
|
let types = {}
|
|
let types = {}
|
|
@@ -508,6 +509,7 @@ export default {
|
|
types.LEASE = fs.mode.LEASE
|
|
types.LEASE = fs.mode.LEASE
|
|
}
|
|
}
|
|
kitGroupPurchaseTypeJson = JSON.stringify(types)
|
|
kitGroupPurchaseTypeJson = JSON.stringify(types)
|
|
|
|
+
|
|
if (kitGroupPurchaseTypeJson.length <= 0) {
|
|
if (kitGroupPurchaseTypeJson.length <= 0) {
|
|
kitGroupPurchaseTypeJson = null
|
|
kitGroupPurchaseTypeJson = null
|
|
}
|
|
}
|
|
@@ -671,7 +673,10 @@ export default {
|
|
},
|
|
},
|
|
setDeposiInput (val, item) {
|
|
setDeposiInput (val, item) {
|
|
item.mode.LEASE = 0;
|
|
item.mode.LEASE = 0;
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ changezhonglei (row) {
|
|
|
|
+ row.fangshi = []
|
|
|
|
+ },
|
|
|
|
|
|
}, filters: {
|
|
}, filters: {
|
|
zhongleiFilter (val, list) {
|
|
zhongleiFilter (val, list) {
|