|
@@ -72,6 +72,34 @@ import bar1_addSteelInbound from '../components/steel/bar1_steel/bar1_addSteelIn
|
|
import bar1_addSteelReserved from '../components/steel/bar1_steel/bar1_addSteelReserved.vue'
|
|
import bar1_addSteelReserved from '../components/steel/bar1_steel/bar1_addSteelReserved.vue'
|
|
import bar1_steel_inboundStatistics from '../components/steel/bar1_steel/bar1_steel_inboundStatistics.vue'
|
|
import bar1_steel_inboundStatistics from '../components/steel/bar1_steel/bar1_steel_inboundStatistics.vue'
|
|
import bar1_steel_outboundStatistics from '../components/steel/bar1_steel/bar1_steel_outboundStatistics.vue'
|
|
import bar1_steel_outboundStatistics from '../components/steel/bar1_steel/bar1_steel_outboundStatistics.vue'
|
|
|
|
+
|
|
|
|
+// 二棒库路径配置
|
|
|
|
+import bar2_addTransfer from '../components/steel/bar2_steel/bar2_addTransfer.vue'
|
|
|
|
+import bar2_billOfLading from '../components/steel/bar2_steel/bar2_billOfLading.vue'
|
|
|
|
+import bar2_billOfLadingAdd from '../components/steel/bar2_steel/bar2_billOfLadingAdd.vue'
|
|
|
|
+import bar2_editSteel_restack from '../components/steel/bar2_steel/bar2_editSteel_restack.vue'
|
|
|
|
+import bar2_inboundDetails from '../components/steel/bar2_steel/bar2_inboundDetails.vue'
|
|
|
|
+import bar2_insertCheckInventory from '../components/steel/bar2_steel/bar2_insertCheckInventory.vue'
|
|
|
|
+import bar2_insertTransfer from '../components/steel/bar2_steel/bar2_insertTransfer.vue'
|
|
|
|
+import bar2_steel_check from '../components/steel/bar2_steel/bar2_steel_check.vue'
|
|
|
|
+import bar2_steel_close from '../components/steel/bar2_steel/bar2_steel_close.vue'
|
|
|
|
+import bar2_steel_inbound from '../components/steel/bar2_steel/bar2_steel_inbound.vue'
|
|
|
|
+import bar2_steel_inboundReal from '../components/steel/bar2_steel/bar2_steel_inboundReal.vue'
|
|
|
|
+import bar2_steel_reserved from '../components/steel/bar2_steel/bar2_steel_reserved.vue'
|
|
|
|
+import bar2_steel_outbound from '../components/steel/bar2_steel/bar2_steel_outbound.vue'
|
|
|
|
+import bar2_steel_real from '../components/steel/bar2_steel/bar2_steel_real.vue'
|
|
|
|
+import bar2_steel_realDown from '../components/steel/bar2_steel/bar2_steel_realDown.vue'
|
|
|
|
+import bar2_steel_rebound from '../components/steel/bar2_steel/bar2_steel_rebound.vue'
|
|
|
|
+import bar2_steel_restack from '../components/steel/bar2_steel/bar2_steel_restack.vue'
|
|
|
|
+import bar2_steel_restackAdd from '../components/steel/bar2_steel/bar2_steel_restackAdd.vue'
|
|
|
|
+import bar2_steel_sendreceive from '../components/steel/bar2_steel/bar2_steel_sendreceive.vue'
|
|
|
|
+import bar2_steel_transfer from '../components/steel/bar2_steel/bar2_steel_transfer.vue'
|
|
|
|
+import bar2_steel_checkWarehouse from '../components/steel/bar2_steel/bar2_checkWarehouse.vue'
|
|
|
|
+import bar2_steel_addCheckWarehouse from '../components/steel/bar2_steel/bar2_addCheckWarehouse.vue'
|
|
|
|
+import bar2_addSteelInbound from '../components/steel/bar2_steel/bar2_addSteelInbound.vue'
|
|
|
|
+import bar2_addSteelReserved from '../components/steel/bar2_steel/bar2_addSteelReserved.vue'
|
|
|
|
+import bar2_steel_inboundStatistics from '../components/steel/bar2_steel/bar2_steel_inboundStatistics.vue'
|
|
|
|
+import bar2_steel_outboundStatistics from '../components/steel/bar2_steel/bar2_steel_outboundStatistics.vue'
|
|
Vue.use(Router)
|
|
Vue.use(Router)
|
|
const constantRouterMap = [
|
|
const constantRouterMap = [
|
|
{
|
|
{
|
|
@@ -145,6 +173,32 @@ const constantRouterMap = [
|
|
{path: 'bar1_addSteelReserved', name: 'bar1_addSteelReserved', meta: {code: 'xtpzgl-yhgl'}, component: bar1_addSteelReserved},
|
|
{path: 'bar1_addSteelReserved', name: 'bar1_addSteelReserved', meta: {code: 'xtpzgl-yhgl'}, component: bar1_addSteelReserved},
|
|
{path: 'bar1_steel_inboundStatistics', name: 'bar1_steel_inboundStatistics', meta: {code: 'xtpzgl-yhgl'}, component: bar1_steel_inboundStatistics},
|
|
{path: 'bar1_steel_inboundStatistics', name: 'bar1_steel_inboundStatistics', meta: {code: 'xtpzgl-yhgl'}, component: bar1_steel_inboundStatistics},
|
|
{path: 'bar1_steel_outboundStatistics', name: 'bar1_steel_outboundStatistics', meta: {code: 'xtpzgl-yhgl'}, component: bar1_steel_outboundStatistics},
|
|
{path: 'bar1_steel_outboundStatistics', name: 'bar1_steel_outboundStatistics', meta: {code: 'xtpzgl-yhgl'}, component: bar1_steel_outboundStatistics},
|
|
|
|
+ {path: 'bar2_addTransfer', name: 'bar2_addTransfer', meta: {code: 'xtpzgl-yhgl'}, component: bar2_addTransfer},
|
|
|
|
+ {path: 'bar2_billOfLading', name: 'bar2_billOfLading', meta: {code: 'xtpzgl-yhgl'}, component: bar2_billOfLading},
|
|
|
|
+ {path: 'bar2_billOfLadingAdd/:orderId', name: 'bar2_billOfLadingAdd', meta: {code: 'xtpzgl-yhgl'}, component: bar2_billOfLadingAdd},
|
|
|
|
+ {path: 'bar2_editSteel_restack/:resultId', name: 'bar2_editSteel_restack', meta: {code: 'xtpzgl-yhgl'}, component: bar2_editSteel_restack},
|
|
|
|
+ {path: 'bar2_inboundDetails/:inboundId', name: 'bar2_inboundDetails', meta: {code: 'xtpzgl-yhgl'}, component: bar2_inboundDetails},
|
|
|
|
+ {path: 'bar2_insertCheckInventory', name: 'bar2_insertCheckInventory', meta: {code: 'xtpzgl-yhgl'}, component: bar2_insertCheckInventory},
|
|
|
|
+ {path: 'bar2_insertTransfer', name: 'bar2_insertTransfer', meta: {code: 'xtpzgl-yhgl'}, component: bar2_insertTransfer},
|
|
|
|
+ {path: 'bar2_steel_check', name: 'bar2_steel_check', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_check},
|
|
|
|
+ {path: 'bar2_steel_close', name: 'bar2_steel_close', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_close},
|
|
|
|
+ {path: 'bar2_steel_inbound', name: 'bar2_steel_inbound', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_inbound},
|
|
|
|
+ {path: 'bar2_steel_inboundReal', name: 'bar2_steel_inboundReal', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_inboundReal},
|
|
|
|
+ {path: 'bar2_steel_reserved', name: 'bar2_steel_reserved', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_reserved},
|
|
|
|
+ {path: 'bar2_steel_outbound', name: 'bar2_steel_outbound', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_outbound},
|
|
|
|
+ {path: 'bar2_steel_real', name: 'bar2_steel_real', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_real},
|
|
|
|
+ {path: 'bar2_steel_realDown/gridId', name: 'bar2_steel_realDown', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_realDown},
|
|
|
|
+ {path: 'bar2_steel_rebound', name: 'bar2_steel_rebound', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_rebound},
|
|
|
|
+ {path: 'bar2_steel_restack', name: 'bar2_steel_restack', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_restack},
|
|
|
|
+ {path: 'bar2_steel_restackAdd', name: 'bar2_steel_restackAdd', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_restackAdd},
|
|
|
|
+ {path: 'bar2_steel_sendreceive', name: 'bar2_steel_sendreceive', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_sendreceive},
|
|
|
|
+ {path: 'bar2_steel_transfer', name: 'bar2_steel_transfer', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_transfer},
|
|
|
|
+ {path: 'bar2_steel_checkWarehouse', name: 'bar2_steel_checkWarehouse', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_checkWarehouse},
|
|
|
|
+ {path: 'bar2_steel_addCheckWarehouse', name: 'bar2_steel_addCheckWarehouse', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_addCheckWarehouse},
|
|
|
|
+ {path: 'bar2_addSteelInbound', name: 'bar2_addSteelInbound', meta: {code: 'xtpzgl-yhgl'}, component: bar2_addSteelInbound},
|
|
|
|
+ {path: 'bar2_addSteelReserved', name: 'bar2_addSteelReserved', meta: {code: 'xtpzgl-yhgl'}, component: bar2_addSteelReserved},
|
|
|
|
+ {path: 'bar2_steel_inboundStatistics', name: 'bar2_steel_inboundStatistics', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_inboundStatistics},
|
|
|
|
+ {path: 'bar2_steel_outboundStatistics', name: 'bar2_steel_outboundStatistics', meta: {code: 'xtpzgl-yhgl'}, component: bar2_steel_outboundStatistics},
|
|
|
|
|
|
]
|
|
]
|
|
}
|
|
}
|