sale-client 3.6.526 → 3.6.527
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
|
@@ -226,7 +226,7 @@ let asyncMachineMeterCenter = async function (self) {
|
|
|
226
226
|
// 开始打票
|
|
227
227
|
if (self.config.hasPrint) {
|
|
228
228
|
if (self.printInvoiceType.indexOf(self.data.f_print) === -1) {
|
|
229
|
-
if (self.
|
|
229
|
+
if (self.data.f_print[0] == '热敏收据') {
|
|
230
230
|
self.billData.url = 'rs/report/machine_bill_thermal'
|
|
231
231
|
if (self.$parent.$children[0].selecteds) {
|
|
232
232
|
if (self.$parent.$children[0].selectedRows === 0) {
|
package/src/main.js
CHANGED
|
@@ -2,7 +2,7 @@ import Vue from 'vue'
|
|
|
2
2
|
import all from 'vue-client/src/all'
|
|
3
3
|
import App from './App'
|
|
4
4
|
import system from 'system-clients/src/system'
|
|
5
|
-
import FilialeSale from './filiale/
|
|
5
|
+
import FilialeSale from './filiale/fugu/sale'
|
|
6
6
|
import sale from './sale'
|
|
7
7
|
import address from 'address-client/src/address'
|
|
8
8
|
import ldap from 'ldap-clients/src/ldap'
|