supplier_vue/src/views/product/product/edit.vue
@@ -75,9 +75,13 @@
          agentSetting: {},
          audit_setting: {},
          verifyStoreList: [],
          is_newcomer: 0,
          is_repurchase: 0,
        },
        /*模型数据*/
        model: {
          supplierName:'',
          category_ids: null,
          /*商品名称*/
          product_name: '',
          /*商品分类*/
@@ -107,6 +111,9 @@
            /*商品编码*/
            product_no: '',
            product_sku_id: '',
            settlement_price: 0,
            /*激活码数量*/
            activation_code_num: 0,
          },
          /*多规格类别*/
          spec_many: {
@@ -156,7 +163,7 @@
          virtual_auto: 0,
          /*虚拟商品发货内容*/
          virtual_content: '',
     /*商品预告*/
           /*商品预告*/
          is_preview: 0,
          /*商品预告时间*/
          preview_time: '',
@@ -172,7 +179,25 @@
          verify_store_ids: [],
          verifyStoreList: [],
          //自定义表单id
          table_id: 0
          table_id: 0,
          viewpoint_money: 0,
          is_viewpoint_money: 0,
          belonging_shop_supplier_id:0,
          /*服务商品内容*/
          service_content: '',
          /*是否开启消费券赠送,默认1为开启,0为关闭*/
          is_consumption_gift: 1,
          /*是否允许使用消费券抵扣,默认1为允许,0为不允许*/
          is_consumption_discount: 1,
          /*最大抵扣消费券数量*/
          max_consumption_discount: 0,
          /*是否开启激活码*/
          is_activation_code: 0,
          activation_code_exchange: 0,
          /*是否升级礼包*/
          is_gift_pack: 0,
          // 生成几个超级分红订单
          vip_order_num: 0,
        },
      };
    },