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 +1 -1
- package/src/components/SellReport/ChManageBusSummary.vue +1 -1
- package/src/filiale/qianneng/RecordInfoQuery.vue +1 -1
- package/.gradle/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/gc.properties +0 -0
- package/.npmignore +0 -10
- package/build/.npmignore +0 -1
- package/package-lock.json +0 -10123
package/package.json
CHANGED
|
@@ -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="
|
|
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>
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/.npmignore
DELETED
package/build/.npmignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|