diff --git a/WebRoot/html/ypzs/component/lay-module/skuTable.js b/WebRoot/html/ypzs/component/lay-module/skuTable.js index 7317f1c..3dbeb76 100644 --- a/WebRoot/html/ypzs/component/lay-module/skuTable.js +++ b/WebRoot/html/ypzs/component/lay-module/skuTable.js @@ -707,8 +707,8 @@ layui.define(['jquery', 'form', 'upload', 'layer', 'sortable'], function (export } makeSkuName(sku, conf) { - // return 'skus[' + (this.options.skuNameType === 0 ? sku.id : sku.title) + '][' + conf.field + ']'; - return sku.id; + return 'skus[' + (this.options.skuNameType === 0 ? sku.id : sku.title) + '][' + conf.field + ']'; + //return sku.id; } getSpecData() { diff --git a/WebRoot/html/ypzs/view/taskManageEdit.html b/WebRoot/html/ypzs/view/taskManageEdit.html new file mode 100644 index 0000000..eb22102 --- /dev/null +++ b/WebRoot/html/ypzs/view/taskManageEdit.html @@ -0,0 +1,160 @@ + + + + + + + + 动态SKU表 + + + + + + +
+
+ + +
+
+ +
+ +
+ * +
+ +
+ + + + + + + +
+ +
+ +
+
+ + +
+
+
+
+ + + + + + + \ No newline at end of file