diff --git a/src/views/oa/crm/flightBooking/index.vue b/src/views/oa/crm/flightBooking/index.vue
index 61169fa..dbd511f 100644
--- a/src/views/oa/crm/flightBooking/index.vue
+++ b/src/views/oa/crm/flightBooking/index.vue
@@ -333,7 +333,7 @@ const handleSelectionChange = (selection: FlightBookingVO[]) => {
const handleAdd = () => {
proxy.$tab.closePage(route);
router.push({
- path: '/crm/flightBooking/edit',
+ path: '/flight/flightBooking/edit',
query: {
type: 'add'
}
@@ -344,7 +344,7 @@ const handleView = (row?: FlightBookingVO) => {
const _bookingId = row?.bookingId || ids.value[0];
proxy.$tab.closePage(route);
router.push({
- path: '/crm/flightBooking/edit',
+ path: '/flight/flightBooking/edit',
query: {
id: _bookingId,
type: 'view'
@@ -357,7 +357,7 @@ const handleUpdate = async (row?: FlightBookingVO) => {
const _bookingId = row?.bookingId || ids.value[0];
proxy.$tab.closePage(route);
router.push({
- path: '/crm/flightBooking/edit',
+ path: '/flight/flightBooking/edit',
query: {
id: _bookingId,
type: 'update'
diff --git a/src/views/oa/erp/projectLedgerReport/index.vue b/src/views/oa/erp/projectLedgerReport/index.vue
index 7f4dbec..8ef5f4d 100644
--- a/src/views/oa/erp/projectLedgerReport/index.vue
+++ b/src/views/oa/erp/projectLedgerReport/index.vue
@@ -135,6 +135,172 @@
-
+
+
+
+
+
+
+ {{ scope.row.startupPlanStartTime ? scope.row.startupPlanStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.startupPlanEndTime ? scope.row.startupPlanEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.startupRealStartTime ? scope.row.startupRealStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.startupRealEndTime ? scope.row.startupRealEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.startupReasonsExplanation || '-' }}
+
+
+
+
+
+ {{ scope.row.designPlanStartTime ? scope.row.designPlanStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.designPlanEndTime ? scope.row.designPlanEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.designRealStartTime ? scope.row.designRealStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.designRealEndTime ? scope.row.designRealEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.designReasonsExplanation || '-' }}
+
+
+
+
+
+ {{ scope.row.purchasePlanStartTime ? scope.row.purchasePlanStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.purchasePlanEndTime ? scope.row.purchasePlanEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.purchaseRealStartTime ? scope.row.purchaseRealStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.purchaseRealEndTime ? scope.row.purchaseRealEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.purchaseReasonsExplanation || '-' }}
+
+
+
+
+
+ {{ scope.row.shipmentPlanStartTime ? scope.row.shipmentPlanStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.shipmentPlanEndTime ? scope.row.shipmentPlanEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.shipmentRealStartTime ? scope.row.shipmentRealStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.shipmentRealEndTime ? scope.row.shipmentRealEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.shipmentReasonsExplanation || '-' }}
+
+
+
+
+
+ {{ scope.row.implementPlanStartTime ? scope.row.implementPlanStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.implementPlanEndTime ? scope.row.implementPlanEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.implementRealStartTime ? scope.row.implementRealStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.implementRealEndTime ? scope.row.implementRealEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.implementReasonsExplanation || '-' }}
+
+
+
+
+
+ {{ scope.row.debugPlanStartTime ? scope.row.debugPlanStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.debugPlanEndTime ? scope.row.debugPlanEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.debugRealStartTime ? scope.row.debugRealStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.debugRealEndTime ? scope.row.debugRealEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.debugReasonsExplanation || '-' }}
+
+
+
+
+
+ {{ scope.row.pilotRunPlanStartTime ? scope.row.pilotRunPlanStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.pilotRunPlanEndTime ? scope.row.pilotRunPlanEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.pilotRunRealStartTime ? scope.row.pilotRunRealStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.pilotRunRealEndTime ? scope.row.pilotRunRealEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.pilotRunReasonsExplanation || '-' }}
+
+
+
+
+
+ {{ scope.row.acceptancePlanStartTime ? scope.row.acceptancePlanStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.acceptancePlanEndTime ? scope.row.acceptancePlanEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.acceptanceRealStartTime ? scope.row.acceptanceRealStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.acceptanceRealEndTime ? scope.row.acceptanceRealEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.acceptanceReasonsExplanation || '-' }}
+
+
+
+
+
+ {{ scope.row.warrantyPlanStartTime ? scope.row.warrantyPlanStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.warrantyPlanEndTime ? scope.row.warrantyPlanEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.warrantyRealStartTime ? scope.row.warrantyRealStartTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.warrantyRealEndTime ? scope.row.warrantyRealEndTime.substring(0, 10) : '-' }}
+
+
+ {{ scope.row.warrantyReasonsExplanation || '-' }}
+
+
+