From 7df1f08e157e14d05eaf7a51450720c850cb8648 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Sun, 23 Apr 2023 11:48:26 +0800 Subject: [PATCH] 'commit' --- .../ypzs/component/lay-module/skuTable.js | 4 +- WebRoot/html/ypzs/view/taskManageEdit.html | 160 ++++++++++++++++++ 2 files changed, 162 insertions(+), 2 deletions(-) create mode 100644 WebRoot/html/ypzs/view/taskManageEdit.html 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