vue2-client 1.9.120 → 1.9.121

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": "vue2-client",
3
- "version": "1.9.120",
3
+ "version": "1.9.121",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -6,21 +6,9 @@ export default {
6
6
  name: 'Demo',
7
7
  components: { XAddNativeForm },
8
8
  mounted () {
9
- getConfigByNameAsync('updateSaleOrderCarForm', 'af-gaslink').then(res => {
9
+ getConfigByNameAsync('formtestForm', 'af-system').then(res => {
10
10
  console.log('===res', res)
11
- this.$refs.xAddFrom.init({
12
- formItems: res.formJson,
13
- modifyModelData: {
14
- data: {
15
- f_plate_number: '陕C45C3A2',
16
- f_trailer_number: '陕C45C3A2挂',
17
- }
18
- },
19
- title: '修改销售订单',
20
- businessType: '修改',
21
- layout: 'inline',
22
- ...res
23
- })
11
+ this.$refs.xAddFrom.init(res)
24
12
  })
25
13
  },
26
14
  methods: {
@@ -19,7 +19,6 @@
19
19
  :slot-config-name="type === 'display' ? undefined : activatedSlotName"
20
20
  :for-display="type === 'display'"
21
21
  ref="XReportDesign"
22
- id="printReady"
23
22
  :server-name="serverName"
24
23
  :env="env"
25
24
  :show-title="showTitle"
@@ -68,7 +67,6 @@
68
67
  :no-top-border="noTopBorder"
69
68
  :show-title="showTitle"
70
69
  ref="XReportDesign"
71
- id="printReady"
72
70
  :server-name="serverName"
73
71
  :env="env"
74
72
  :show-images="hasImages"
@@ -86,10 +86,10 @@ routerResource.example = {
86
86
  // component: () => import('@vue2-client/base-client/components/common/XAddNativeForm/demo.vue'),
87
87
  // component: () => import('@vue2-client/base-client/components/common/XFormGroup/demo.vue'),
88
88
  // component: () => import('@vue2-client/base-client/components/common/XFormGroup/demo.vue'),
89
- component: () => import('@vue2-client/base-client/components/common/XReport/XReportDemo.vue'),
89
+ // component: () => import('@vue2-client/base-client/components/common/XReport/XReportDemo.vue'),
90
90
  // component: () => import('@vue2-client/base-client/components/common/XFormTable/demo.vue'),
91
91
  // component: () => import('@vue2-client/base-client/components/common/XTab/XTabDemo.vue'),
92
- // component: () => import('@vue2-client/base-client/components/common/XReportGrid/XReportDemo.vue'),
92
+ component: () => import('@vue2-client/base-client/components/common/XReportGrid/XReportDemo.vue'),
93
93
  // component: () => import('@vue2-client/pages/WorkflowDetail/WorkFlowDemo.vue'),
94
94
  // component: () => import('@vue2-client/base-client/components/common/XConversation/XConversationDemo.vue'),
95
95
  // component: () => import('@vue2-client/base-client/components/common/XButtons/XButtonDemo.vue'),