safecheck-client 3.0.39-53 → 3.0.39-55
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 +134 -134
- package/src/components/pc/PaperDefectMain.vue +867 -867
- package/src/filiale/dexin/android/SafecheckOrderV.vue +2984 -2983
- package/src/filiale/tongchuan/pc/CheckPlanCountChartAreaByWangGeYuan.vue +1 -1
- package/src/main.js +1 -1
- package/.trae/.ignore +0 -0
- package/.vscode/settings.json +0 -3
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
export default {
|
|
90
90
|
title: '统计报表',
|
|
91
91
|
data() {
|
|
92
|
-
let model = new DataModel('/rs/safecheck/report/
|
|
92
|
+
let model = new DataModel('/rs/safecheck/report/CheckPlanCountChartAreaByWangGeYuan', {startDate: 'this.model.startDate', endDate: 'this.model.endDate', f_filialeid: 'this.f_filialeid'})
|
|
93
93
|
model.f_filialeid = '(' + this.$login.f.orgid + ')'
|
|
94
94
|
return {
|
|
95
95
|
filialeNameStr: '',
|
package/src/main.js
CHANGED
package/.trae/.ignore
DELETED
|
File without changes
|
package/.vscode/settings.json
DELETED