centaline-data-driven 1.3.16 → 1.3.17

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.3.16",
3
+ "version": "1.3.17",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/src/Form.vue CHANGED
@@ -2,7 +2,7 @@
2
2
  <div id="app-form" class="data-driven" style="width:100%;height:100%;overflow:auto">
3
3
  <!-- <ct-form :api="'/PropertyRET/getLayoutOfNew'" :apiParam="apiParam"></ct-form> -->
4
4
  <!-- <ct-form :source="formdata.content" :apiParam="apiParam"></ct-form> -->
5
- <ct-form :api="'/salemanage/batchcontractadjustdetail/readImportDetail'" :apiParam="apiParam"></ct-form>
5
+ <ct-form :api="'/salemanage/adjust/point/readDetail'" :apiParam="apiParam"></ct-form>
6
6
  <!--<ct-form :api="'api/Form/formdata'"></ct-form>-->
7
7
  <ct-dialog-list></ct-dialog-list>
8
8
  </div>
@@ -801,7 +801,7 @@ html {
801
801
  color: #409eff;
802
802
  }
803
803
  .el-input-group{
804
- line-height: 26px;
804
+ line-height: 22px;
805
805
  }
806
806
  .shortcutFollow .ct-form{
807
807
  margin:0px !important;
@@ -1904,6 +1904,7 @@ export default {
1904
1904
  background-color: rgb(153, 153, 153);
1905
1905
  padding: 3px 0;
1906
1906
  background-clip: content-box;
1907
+ cursor: pointer;
1907
1908
  }
1908
1909
  // .popovertablf span {
1909
1910
  // display: inline-block;
@@ -364,6 +364,7 @@ export default {
364
364
  padding: 3px 0;
365
365
  background-clip: content-box;
366
366
  margin-left: 5px;
367
+ cursor: pointer;
367
368
  }
368
369
  </style>
369
370
  <style>
@@ -384,10 +384,9 @@ const Form = function (source, callBack, apiParam, failCallBack, isFormList) {
384
384
 
385
385
  if (data) {
386
386
  if (data.field) {
387
- data.field.source[attrName] = value;
388
- data.listData.updateListField(data.listData.refFieldsLabel, rowNum, fiedlId);
387
+ data.field.source[attrName] = value;
388
+ data.listData.updateListField(data.listData.$self.$refs.FieldsLabel, rowNum, fiedlId);
389
389
  }
390
- //data.field.self.$forceUpdate();
391
390
 
392
391
  //正在编辑的行
393
392
  if (data.listData.currentRow.data && data.listData.currentRow.data[fiedlId] && data.listData.currentRow.data.$sourceIndex === rowNum) {
@@ -2,7 +2,7 @@
2
2
  * @Author: linchunmei 179466780@qq.com~
3
3
  * @Date: 2022-06-21 11:29:34
4
4
  * @LastEditors: linchunmei 179466780@qq.com
5
- * @LastEditTime: 2022-06-28 15:45:15
5
+ * @LastEditTime: 2022-06-28 17:53:38
6
6
  * @FilePath: \js-sdk-v3\src\centaline\quickInputSos\src\quickInput.vue
7
7
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
8
8
  -->
@@ -125,8 +125,9 @@ export default {
125
125
  padding: 4px 0;
126
126
  background-clip: content-box;
127
127
  margin-left: 5px;
128
+ cursor: pointer;
128
129
  }
129
130
  .ct-flex-div .ct-flex-div-input {
130
- margin-right: 12px;
131
+ padding-right: 12px;
131
132
  }
132
133
  </style>
package/src/main.js CHANGED
@@ -42,7 +42,7 @@ Vue.use(centaline, {
42
42
  oldToken: 'f6a35199-5dd7-423c-a4e4-e1553c3d76bb',
43
43
  originalRequestURL: 'http://10.88.22.67:8080',
44
44
  EstateInfo: '{"estateId":"201703020943128D8A8FCF463E4016D6","estateName":"%E4%B8%87%E7%A7%91%E4%BA%91%E5%9F%8E"}',
45
- Authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjZiYWE5MDU5LTNkNTEtNGFlMC04YjBlLTc5YjQ4MTQzNzhjOCJ9.IYQdOekUibZsjx2OYXnCt0AVdBq9FhEx6RKnUQdJ6SA8aW6Ou3thl5JghE2w6nzXhlYYyPmc6vVu8YBe0JINsg',
45
+ Authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImVjODhjOTI1LTU3OTktNDVmNy1iNDI3LWI3M2QwNGVkNWM2NSJ9.fyndFOEg4ThBHv4N2pi3pmPaWWlcD1CVPsYu0G5BKAB1hAgkL_GpOMpCZB5xdjMJLbBVomdoUjnRY7T6JSZb-g',
46
46
  };
47
47
  },
48
48
  // 请求完成事件,可判断是否登录过期执行响应操作