centaline-data-driven 1.6.10 → 1.6.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -66,7 +66,7 @@ const paths = {
66
66
  "dynamicLH": "./src/centaline/dynamicLH/index.js", //html 标签
67
67
  "dynamicImage": "./src/centaline/dynamicImage/index.js", //图片
68
68
  "dynamicAppContainer": "./src/centaline/dynamicAppContainer/index.js", //
69
-
69
+ "dynamicSteps": "./src/centaline/dynamicSteps/index.js", //步骤控件
70
70
  },
71
71
  "plugs": {
72
72
  "api": "./src/centaline/api/index.js", //调用API插件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.6.10",
3
+ "version": "1.6.12",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,3 +1,20 @@
1
+ # v1.6.12
2
+ 2024-07-09
3
+
4
+ 优化
5
+
6
+ 上件上传,上传前可以选择附件分类,批量上传后默认当前选中的附件分类
7
+
8
+
9
+ # v1.6.11
10
+ 2024-07-01
11
+
12
+ 优化
13
+
14
+ 步骤控件
15
+
16
+ 表单列表locked没有锁定处理
17
+
1
18
  # v1.6.10
2
19
  2024-06-25
3
20
 
package/src/Form.vue CHANGED
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div id="form-app" class="data-driven" style="width:100%;height:100%;overflow:auto">
3
3
  <!-- <ct-form :source="formdata.content" :apiParam="apiParam"></ct-form> -->
4
- <ct-form :api="'/invoicemanage/invoicingRelContract/readDetail'" :apiParam="apiParam" :topHeight="topHeight" :documentHeight="'600px'"></ct-form>
4
+ <ct-form :api="'/saleconfigurationmanagement/personnelcommissionallocationmethod/getLayoutOfNew'" :apiParam="apiParam" :topHeight="topHeight" :documentHeight="'600px'"></ct-form>
5
5
  <ct-dialog-list></ct-dialog-list>
6
6
  </div>
7
7
  </template>
@@ -12,7 +12,7 @@
12
12
  data() {
13
13
  return {
14
14
  apiParam:{
15
- "actionType":2,"jsonData":{"invoice_ID":"322"}
15
+ "actionType":2
16
16
  },
17
17
  topHeight:10,
18
18
  }
@@ -184,7 +184,7 @@
184
184
  if (typeof item.on.loaded === "undefined") {
185
185
  item.on.loaded = (model) => {
186
186
  mySelf.vmodel.title = (model && model.title) ? model.title : mySelf.vmodel.title
187
- if(model.captionBarButtons){
187
+ if(model && model.captionBarButtons){
188
188
  mySelf.captionBarButtons = model.captionBarButtons
189
189
  }
190
190
  mySelf.modelSelf = model