sale-client 3.6.411 → 3.6.412
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/build/dev-server.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var path = require('path')
|
|
2
2
|
var checkVersion = require('./versionCheck.js')
|
|
3
3
|
checkVersion()
|
|
4
|
-
const [ serverRul, localUrl, v4Url ] = ['http://192.168.50.67:30785/', 'http://
|
|
4
|
+
const [ serverRul, localUrl, v4Url ] = ['http://192.168.50.67:30785/', 'http://192.168.50.67:30785/', 'http://192.168.50.67:30785']
|
|
5
5
|
var merge = require('webpack-merge')
|
|
6
6
|
var baseConfig = require('./webpack.dev.conf')
|
|
7
7
|
var devConfig = {
|
package/package.json
CHANGED
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
} else {
|
|
435
435
|
name = 'rs/report/machine_bill'
|
|
436
436
|
}
|
|
437
|
-
} else if (type === '物联网收费' || type === '物联网收费撤销' || type === '物联网开户'
|
|
437
|
+
} else if (type === '物联网收费' || type === '物联网收费撤销' || type === '物联网开户') {
|
|
438
438
|
if (row.f_user_type === '非民用' && this.$login.r.includes('非民用纸质票据拆分')) {
|
|
439
439
|
name = 'rs/report/fmy_iot_bill'
|
|
440
440
|
} else {
|
|
@@ -458,7 +458,7 @@
|
|
|
458
458
|
name = 'rs/report/sendCard_bill'
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
} else if (type === '卡表收费' || type === '卡表收费撤销' || type === '
|
|
461
|
+
} else if (type === '卡表收费' || type === '卡表收费撤销' || type === '卡表收费撤销') {
|
|
462
462
|
if (row.f_user_type === '非民用' && this.$login.r.includes('非民用纸质票据拆分')) {
|
|
463
463
|
name = 'rs/report/fmy_card_bill'
|
|
464
464
|
} else {
|
|
@@ -308,6 +308,16 @@
|
|
|
308
308
|
<label for="f_process_id" class="font_normal_body"> {{getConfigLabelName('f_expiration_date','保险结束日期')}}</label>
|
|
309
309
|
<input type="text" v-model="baseinfo.base.userfees.f_expiration_date" disabled class="input_search" style="width:60%">
|
|
310
310
|
</div>
|
|
311
|
+
<div class="col-sm-4 form-group"
|
|
312
|
+
v-show="(formconfig && formconfig.f_gas_type && formconfig.f_gas_type.required) || !onlyshowmust">
|
|
313
|
+
<label for="f_gas_type" class="font_normal_body"> {{getConfigLabelName('f_gas_type','抵扣单价')}}</label>
|
|
314
|
+
<input type="text" v-model="baseinfo.base.f_gas_type" class="input_search" style="width:60%">
|
|
315
|
+
</div>
|
|
316
|
+
<div class="col-sm-4 form-group"
|
|
317
|
+
v-show="(formconfig && formconfig.f_project_money && formconfig.f_project_money.required) || !onlyshowmust">
|
|
318
|
+
<label for="f_project_money" class="font_normal_body"> {{getConfigLabelName('f_project_money','抵扣金额')}}</label>
|
|
319
|
+
<input type="text" v-model="baseinfo.base.f_project_money" disabled class="input_search" style="width:60%">
|
|
320
|
+
</div>
|
|
311
321
|
|
|
312
322
|
</div>
|
|
313
323
|
<div class="row">
|
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/jinbin/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'
|