diff --git a/fe/PC/src/router/index.js b/fe/PC/src/router/index.js index 0e36587c5..347489245 100644 --- a/fe/PC/src/router/index.js +++ b/fe/PC/src/router/index.js @@ -140,14 +140,14 @@ export const constantRoutes = [ // { // path: '/', // component: Layout, - // redirect: '/splitPackingList', + // redirect: '/TestSchool', // hidden: true, // children: [{ - // path: 'splitPackingList', - // component: () => import('@/views/inventoryManage/InventoryQuery/splitPackingList.vue'), - // name: 'splitPackingList', + // path: 'TestSchool', + // component: () => import('@/views/interfaceBoard/TestSchool.vue'), + // name: 'TestSchool', // meta: { - // title: 'splitPackingList', + // title: 'TestSchool', // icon: '拆分记录', // } // }] diff --git a/fe/PC/src/utils/detailsTableColumns/index.js b/fe/PC/src/utils/detailsTableColumns/index.js index 9df6c5a7a..e23da28d4 100644 --- a/fe/PC/src/utils/detailsTableColumns/index.js +++ b/fe/PC/src/utils/detailsTableColumns/index.js @@ -3061,10 +3061,10 @@ export const CountPlanAdjust = [ { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, - { label: "库存数量", prop: "inventoryQty" }, - { label: "盘点差异数量", prop: "diffQty" }, + // { label: "库存数量", prop: "inventoryQty" }, + { label: "库存数量", prop: "diffQty" },//20230705 { label: "盘点数量", prop: "countQty" }, - { label: "调整数量", prop: "adjustQty" }, + { label: "盘点差异数量", prop: "adjustQty" }, { label: "单位", prop: "uom" }, { label: "库存状态", prop: "status",type: "filter", filters:"inventoryStage" }, { label: "箱码", prop: "packingCode" }, diff --git a/fe/PC/src/views/interfaceBoard/TestSchool.vue b/fe/PC/src/views/interfaceBoard/TestSchool.vue new file mode 100644 index 000000000..9a2edd9f3 --- /dev/null +++ b/fe/PC/src/views/interfaceBoard/TestSchool.vue @@ -0,0 +1,95 @@ + + + \ No newline at end of file