|
|
@ -111,7 +111,7 @@ export const DeliverNote = { |
|
|
|
} |
|
|
|
|
|
|
|
export const DeliverNoteDetail = { |
|
|
|
baseURL:'DeliverNote/base',//主表-列表
|
|
|
|
baseURL:'DeliverNoteDetail/base',//主表-列表
|
|
|
|
detailURL:'app/deliver-note-detail',//主表-明细 + 明细-查看主表
|
|
|
|
} |
|
|
|
|
|
|
@ -123,7 +123,7 @@ export const DeliverPlan = { |
|
|
|
} |
|
|
|
|
|
|
|
export const DeliverPlanDetail = { |
|
|
|
baseURL:'DeliverPlan/base',//主表-列表
|
|
|
|
baseURL:'DeliverPlanDetail/base',//主表-列表
|
|
|
|
detailURL:'app/deliver-plan-detail',//主表-明细 + 明细-查看主表
|
|
|
|
} |
|
|
|
|
|
|
@ -152,7 +152,7 @@ export const InspectAbnormalNote = { |
|
|
|
} |
|
|
|
|
|
|
|
export const InspectAbnormalNoteDetail = { |
|
|
|
baseURL:'InspectAbnormalNote/base',//主表-列表
|
|
|
|
baseURL:'InspectAbnormalNoteDetail/base',//主表-列表
|
|
|
|
detailURL:'app/inspect-abnormal-note-detail',//主表-明细 + 明细-查看主表
|
|
|
|
} |
|
|
|
|
|
|
|