quanwei
2 days ago 04102f7237efefa744090ed7c25f7b5d0807b679
shop_vue/src/views/product/product/edit.vue
@@ -86,6 +86,7 @@
          /*商品名称*/
          product_name: '',
          /*商品分类*/
          category_ids: [],
          category_id: null,
          /*商品图片*/
          image: [],
@@ -101,6 +102,8 @@
          deduct_stock_type: 20,
          /*检查用户等级*/
          is_alone_grade: 0,
          open_coupon: 0,
          open_coupons: [],
          /*单规格*/
          sku: {
            /*产品价格*/
@@ -113,7 +116,9 @@
            product_weight: 0,
            /*商品编码*/
            product_no: '',
          product_sku_id: ''
            settlement_price: 0,
            /*激活码数量*/
            activation_code_num: 0,
          },
          /*多规格类别*/
          spec_many: {
@@ -174,6 +179,15 @@
          is_preview: 0,
          /*商品预告时间*/
          preview_time: '',
          /*是否开启消费券赠送,默认1为开启,0为关闭*/
          is_consumption_gift: 0,
          /*是否允许使用消费券抵扣,默认1为允许,0为不允许*/
          is_consumption_discount: 1,
          /*最大抵扣消费券数量*/
          max_consumption_discount: 0,
          service_content:'',
          shop_supplier_id: 0
      }
    };
  },
@@ -267,6 +281,7 @@
            self.save_loading = true;
            PorductApi.editProduct({
                product_id: self.product_id,
                scene: self.scene,
                params: JSON.stringify(params)
              }, true)
              .then(data => {