centaline-data-driven 1.3.15 → 1.3.18

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.15",
3
+ "version": "1.3.18",
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/adjust/point/readDetail'" :apiParam="apiParam"></ct-form>
5
+ <ct-form :api="'/api/finance/collection-money/detail'" :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>
@@ -14,7 +14,7 @@
14
14
  data() {
15
15
  return {
16
16
  apiParam:{
17
- actionType: 2,
17
+ actionType: 2, originalTraId: "1542328321501380609", pageStyle: 2, pageTitle: "新增代收款", pageOnly: true
18
18
  }
19
19
  }
20
20
  },
@@ -180,7 +180,7 @@ const api = {
180
180
  }
181
181
 
182
182
  if (data.rtnCode === Enum.ReturnCode.Successful) {
183
- if (data.rtnMsg) {
183
+ if (data.rtnMsg && common.getDataDrivenOpts().showRequestSuccessMessage) {
184
184
  if (data.MsgAlertStyle && data.MsgAlertStyle == Enum.MessageAlertStyle.Dialog) {
185
185
  common.confirm(data.rtnMsg, '信息', { confirmButtonText: '确定', flagShowcCancelButton: '0' });
186
186
  }
@@ -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;