浏览代码

Merge branch 'dev' into 'test'

调整

See merge request quanshu/mp-ui-pc!369
世轩 2 年之前
父节点
当前提交
c59bf90e2a
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      src/views/business/ticket/components/GoodsAdd.vue
  2. 1 1
      src/views/business/ticket/create.vue

+ 1 - 0
src/views/business/ticket/components/GoodsAdd.vue

@@ -169,6 +169,7 @@ export default {
         "&",
         {
           title: this.goodsTitle,
+          exchangeShow: 2,
           status: "on",
           minValue: this.queryParams.minValue ? accMul(this.queryParams.minValue, 100) : this.queryParams.minValue,
           maxValue: this.queryParams.maxValue ? accMul(this.queryParams.maxValue, 100) : this.queryParams.maxValue,

+ 1 - 1
src/views/business/ticket/create.vue

@@ -132,7 +132,7 @@
               <el-radio :label="2">指定渠道</el-radio>
             </el-radio-group>
           </el-form-item>
-          <el-form-item label="渠道" prop="channelIdList" v-if="form.saleChannelType == 2">
+          <el-form-item label="渠道" prop="channelIdList" v-if="form.type == 'offline' && form.saleChannelType == 2">
             <el-select
               v-model="form.channelIdList"
               placeholder="请选择渠道"