manage-client-xy 3.2.5 → 3.2.7

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/.cursorrules ADDED
@@ -0,0 +1,80 @@
1
+ {
2
+ "rules": {
3
+ "javascript": {
4
+ "formatter": "prettier",
5
+ "formatOnSave": true,
6
+ "defaultFormatter": "prettier",
7
+ "validate": true,
8
+ "lintOnSave": true,
9
+ "lintCommand": "eslint --fix"
10
+ },
11
+ "vue": {
12
+ "formatter": "prettier",
13
+ "formatOnSave": true,
14
+ "defaultFormatter": "prettier",
15
+ "validate": true
16
+ },
17
+ "less": {
18
+ "formatter": "prettier",
19
+ "formatOnSave": true
20
+ },
21
+ "html": {
22
+ "formatter": "prettier",
23
+ "formatOnSave": true
24
+ },
25
+ "files": {
26
+ "exclude": {
27
+ "**/node_modules": true,
28
+ "**/dist": true,
29
+ "**/build": true,
30
+ "**/.git": true,
31
+ "**/coverage": true,
32
+ "**/lib": true,
33
+ "**/*.min.js": true,
34
+ "**/*.map": true,
35
+ "**/yarn-error.log": true,
36
+ "**/hs_err_pid*.log": true
37
+ }
38
+ },
39
+ "search": {
40
+ "exclude": {
41
+ "**/node_modules": true,
42
+ "**/dist": true,
43
+ "**/build": true,
44
+ "**/.git": true,
45
+ "**/coverage": true,
46
+ "**/lib": true,
47
+ "**/*.min.js": true,
48
+ "**/*.map": true
49
+ }
50
+ },
51
+ "editor": {
52
+ "tabSize": 2,
53
+ "insertSpaces": true,
54
+ "trimTrailingWhitespace": true,
55
+ "insertFinalNewline": true,
56
+ "rulers": [100],
57
+ "wordWrap": "off"
58
+ },
59
+ "terminal": {
60
+ "defaultProfile": "PowerShell",
61
+ "integrated": {
62
+ "shell": {
63
+ "windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
64
+ }
65
+ }
66
+ },
67
+ "git": {
68
+ "enabled": true,
69
+ "autofetch": true
70
+ },
71
+ "path-intellisense": {
72
+ "autoTriggerNextSuggestion": true,
73
+ "exclude": {
74
+ "**/node_modules": true,
75
+ "**/dist": true,
76
+ "**/build": true
77
+ }
78
+ }
79
+ }
80
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client-xy",
3
- "version": "3.2.5",
3
+ "version": "3.2.7",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -250,9 +250,6 @@
250
250
  <th>
251
251
  <nobr>公司</nobr>
252
252
  </th>
253
- <th>
254
- <nobr>附件查看</nobr>
255
- </th>
256
253
  </tr>
257
254
  </template>
258
255
  <template partial='body'>
@@ -336,9 +333,6 @@
336
333
  <td style="text-align: center;">
337
334
  <nobr>{{ row.f_orgname }}</nobr>
338
335
  </td>
339
- <td style="text-align: center;">
340
- <button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
341
- </td>
342
336
  </template>
343
337
  <template partial='foot'></template>
344
338
  </data-grid>
@@ -417,9 +417,6 @@
417
417
  <th>
418
418
  <nobr>三阶气费</nobr>
419
419
  </th>
420
- <th>
421
- <nobr>附件查看</nobr>
422
- </th>
423
420
  </tr>
424
421
  </template>
425
422
  <template partial='body'>
@@ -554,9 +551,6 @@
554
551
  <td style="text-align: center;">
555
552
  <nobr>{{row.f_stair3fee}}</nobr>
556
553
  </td>
557
- <td style="text-align: center;">
558
- <button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
559
- </td>
560
554
  </template>
561
555
  <template partial='foot'></template>
562
556
  </data-grid>
@@ -133,9 +133,6 @@
133
133
  <th>
134
134
  <nobr>公司</nobr>
135
135
  </th>
136
- <th>
137
- <nobr>附件查看</nobr>
138
- </th>
139
136
  </tr>
140
137
  </template>
141
138
  <template partial='body'>
@@ -176,9 +173,6 @@
176
173
  <td style="text-align: center;">
177
174
  <nobr>{{row.f_orgname}}</nobr>
178
175
  </td>
179
- <td style="text-align: center;">
180
- <button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
181
- </td>
182
176
  </template>
183
177
  <template partial='foot'></template>
184
178
  </data-grid>
@@ -129,9 +129,6 @@
129
129
  <th>
130
130
  <nobr>公司</nobr>
131
131
  </th>
132
- <th>
133
- <nobr>附件查看</nobr>
134
- </th>
135
132
  </tr>
136
133
  </template>
137
134
  <template partial='body'>
@@ -169,9 +166,6 @@
169
166
  <td style="text-align: center;">
170
167
  <nobr>{{row.f_orgname}}</nobr>
171
168
  </td>
172
- <td style="text-align: center;">
173
- <button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
174
- </td>
175
169
  </template>
176
170
  <template partial='foot'></template>
177
171
  </data-grid>
@@ -166,9 +166,6 @@
166
166
  <th>
167
167
  <nobr>公司</nobr>
168
168
  </th>
169
- <th>
170
- <nobr>附件查看</nobr>
171
- </th>
172
169
  </tr>
173
170
  </template>
174
171
  <template partial='body'>
@@ -215,9 +212,6 @@
215
212
  <td style="text-align: center;">
216
213
  <nobr>{{row.f_orgname}}</nobr>
217
214
  </td>
218
- <td style="text-align: center;">
219
- <button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
220
- </td>
221
215
  </template>
222
216
  <template partial='foot'></template>
223
217
  </data-grid>
@@ -166,9 +166,6 @@
166
166
  <th>
167
167
  <nobr>公司</nobr>
168
168
  </th>
169
- <th>
170
- <nobr>附件查看</nobr>
171
- </th>
172
169
  </tr>
173
170
  </template>
174
171
  <template partial='body'>
@@ -215,9 +212,6 @@
215
212
  <td style="text-align: center;">
216
213
  <nobr>{{row.f_orgname}}</nobr>
217
214
  </td>
218
- <td style="text-align: center;">
219
- <button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
220
- </td>
221
215
  </template>
222
216
  <template partial='foot'></template>
223
217
  </data-grid>
@@ -104,6 +104,9 @@
104
104
  <th>
105
105
  <nobr>转出表类型</nobr>
106
106
  </th>
107
+ <th>
108
+ <nobr>转出表品牌</nobr>
109
+ </th>
107
110
  <th>
108
111
  <nobr>转出方气价</nobr>
109
112
  </th>
@@ -116,6 +119,9 @@
116
119
  <th>
117
120
  <nobr>转入表类型</nobr>
118
121
  </th>
122
+ <th>
123
+ <nobr>转出表品牌</nobr>
124
+ </th>
119
125
  <th>
120
126
  <nobr>转入方气价</nobr>
121
127
  </th>
@@ -152,9 +158,6 @@
152
158
  <th>
153
159
  <nobr>公司</nobr>
154
160
  </th>
155
- <th>
156
- <nobr>附件查看</nobr>
157
- </th>
158
161
  </tr>
159
162
  </template>
160
163
  <template partial='body'>
@@ -167,6 +170,9 @@
167
170
  <td style="text-align: center;">
168
171
  <nobr>{{row.f_fromtype}}</nobr>
169
172
  </td>
173
+ <td style="text-align: center;">
174
+ <nobr>{{row.f_frombrand}}</nobr>
175
+ </td>
170
176
  <td style="text-align: center;">
171
177
  <nobr>{{row.f_fromprice}}</nobr>
172
178
  </td>
@@ -179,6 +185,9 @@
179
185
  <td style="text-align: center;">
180
186
  <nobr>{{row.f_totype}}</nobr>
181
187
  </td>
188
+ <td style="text-align: center;">
189
+ <nobr>{{row.f_tobrand}}</nobr>
190
+ </td>
182
191
  <td style="text-align: center;">
183
192
  <nobr>{{row.f_toprice}}</nobr>
184
193
  </td>
@@ -215,9 +224,6 @@
215
224
  <td style="text-align: center;">
216
225
  <nobr>{{row.f_orgname}}</nobr>
217
226
  </td>
218
- <td style="text-align: center;">
219
- <button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
220
- </td>
221
227
  </template>
222
228
  <template partial='foot'></template>
223
229
  </data-grid>
@@ -147,7 +147,6 @@
147
147
  <nobr>公司</nobr>
148
148
  </th>
149
149
  <th><nobr>查看详情</nobr></th>
150
- <th><nobr>附件查看</nobr></th>
151
150
  </tr>
152
151
  </template>
153
152
  <template partial='body'>
@@ -191,9 +190,6 @@
191
190
  <td style="text-align: center;">
192
191
  <button class="btn btn-link" @click.stop="$parent.$parent.$parent.showchargedetail(row)">查看</button>
193
192
  </td>
194
- <td style="text-align: center;">
195
- <button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
196
- </td>
197
193
  </template>
198
194
  <template partial='foot'></template>
199
195
  </data-grid>
@@ -117,9 +117,6 @@
117
117
  <th>
118
118
  <nobr>公司</nobr>
119
119
  </th>
120
- <th>
121
- <nobr>附件查看</nobr>
122
- </th>
123
120
  </tr>
124
121
  </template>
125
122
  <template partial='body'>
@@ -154,9 +151,6 @@
154
151
  <td style="text-align: center;">
155
152
  <nobr>{{row.f_orgname}}</nobr>
156
153
  </td>
157
- <td style="text-align: center;">
158
- <button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
159
- </td>
160
154
  </template>
161
155
  <template partial='foot'></template>
162
156
  </data-grid>
@@ -147,9 +147,6 @@
147
147
  <th>
148
148
  <nobr>公司</nobr>
149
149
  </th>
150
- <th>
151
- <nobr>附件查看</nobr>
152
- </th>
153
150
  <th>
154
151
  <nobr>操作</nobr>
155
152
  </th>
@@ -197,9 +194,6 @@
197
194
  <button-link @click="$parent.$parent.$parent.handchange(row)" class="btn btn-link" type="button">查看
198
195
  </button-link>
199
196
  </td>
200
- <td style="text-align: center;">
201
- <button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
202
- </td>
203
197
  </template>
204
198
  <template partial='foot'></template>
205
199
  </data-grid>
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Thu Jun 12 15:46:48 CST 2025
2
- gradle.version=8.8
File without changes