| | |
| | | |
| | | form.on('submit(goods-add-form-submit)', function (data) { |
| | | data.field.goodsType = 1; |
| | | let couponRuleList = couponRule.getValue(); |
| | | if (couponRuleList.length > 0) { |
| | | let couponRuleList = couponRule.getValue ? couponRule.getValue() : []; |
| | | if (couponRuleList && couponRuleList.length > 0) { |
| | | var couponIds = []; |
| | | layui.each(couponRuleList, function (key, item) { |
| | | couponIds.push(item.id) |
| | |
| | | } |
| | | data.field.addMallGoodsSkuDtos = tableSkuData; |
| | | data.field.categoryId = category.getValue('valueStr'); |
| | | data.field.carriageRuleId = carriageRule.getValue('valueStr'); |
| | | var carriageRuleId = carriageRule.getValue ? carriageRule.getValue('valueStr') : ''; |
| | | data.field.carriageRuleId = carriageRuleId; |
| | | // let content = layedit.getContent(); |
| | | // alert(content); |
| | | // data.field.goodsDetails = content; |