quanwei
2 days ago 04102f7237efefa744090ed7c25f7b5d0807b679
supplier_vue/src/views/product/product/edit.vue
@@ -81,6 +81,7 @@
        /*模型数据*/
        model: {
          supplierName:'',
          category_ids: null,
          /*商品名称*/
          product_name: '',
          /*商品分类*/
@@ -110,6 +111,9 @@
            /*商品编码*/
            product_no: '',
            product_sku_id: '',
            settlement_price: 0,
            /*激活码数量*/
            activation_code_num: 0,
          },
          /*多规格类别*/
          spec_many: {
@@ -179,6 +183,21 @@
          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,
        },
      };
    },