@@ -446,6 +446,8 @@ var vm = new Vue({
var goodsBizType = opt.value;
if (vm.goods.goodsBizType == '10' || vm.goods.goodsBizType == '02') {
vm.showInput = false;
+ } else {
+ vm.showInput = true;
}
},
handleView(name) {
@@ -127,6 +127,8 @@ var vm = new Vue({
$.get("../goods/info/" + goodsId, function (r) {
if (r.goods.goodsBizType == 11) {
vm.showInput = true;
+ vm.showInput = false;
});