manage-client 3.3.218 → 3.3.219

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": "manage-client",
3
- "version": "3.3.218",
3
+ "version": "3.3.219",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -192,7 +192,7 @@
192
192
  this.printTime = this.$login.toStandardTimeString()
193
193
  this.orgCondtionStr='1=1'
194
194
  if (this.f_orgid[0]) {
195
- this.orgCondtionStr += ' and f_orgid = ' + this.f_orgid
195
+ this.orgCondtionStr += ' and f_orgid = ' + `'${this.f_orgid[0]}'`
196
196
  }
197
197
  if (this.f_depid[0]) {
198
198
  this.orgCondtionStr += ` and f_depid = '${this.f_depid}'`
@@ -537,7 +537,7 @@
537
537
  <th><nobr>账户余额</nobr></th>
538
538
  <th>
539
539
  <!--<nobr>最后抄表日期</nobr>-->
540
- <data-order field="f_hand_date" name="最后抄表日期" :order.sync="$parent.$parent.$parent.orderFields.f_hand_date"></data-order>
540
+ <data-order field="f_createfile_date" name="最后抄表日期" :order.sync="$parent.$parent.$parent.orderFields.f_createfile_date"></data-order>
541
541
  </th>
542
542
  <!--<th><nobr>最后购气日期</nobr></th>-->
543
543
  <th><nobr>通讯日期</nobr></th>
File without changes
File without changes
package/.npmignore DELETED
@@ -1,10 +0,0 @@
1
- src/bootstrap
2
- .idea/
3
- .DS_Store
4
- node_modules/
5
- dist/static/*.map
6
- npm-debug.log
7
- selenium-debug.log
8
- test/unit/coverage
9
- test/e2e/reports
10
- yarn.lock
package/build/.npmignore DELETED
@@ -1 +0,0 @@
1
-