指令管理
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
<div class="menu-col fxrow" @click="goInner('/RawMaterInspection')"><p class="fxcol">原材料质检</p></div>
|
||||
<div class="menu-col fxrow" @click="goInner('/ProcedureInspection')"><p class="fxcol">工序质检</p></div>
|
||||
<div class="menu-col fxrow" @click="goInner('/InstructManage')"><p class="fxcol">指令管理</p></div>
|
||||
<div class="menu-col fxrow" @click="goInner('/RFInstructQuery')"><p class="fxcol">指令查询</p></div>
|
||||
<div class="menu-col fxrow" @click="goInner('/InstructQuery')"><p class="fxcol">指令查询</p></div>
|
||||
<div class="menu-col fxrow" @click="goInner('/FixedPointTask')"><p class="fxcol">定点作业</p></div>
|
||||
<div class="menu-col fxrow" @click="goInner('/ProductInstore')"><p class="fxcol">生产入库</p></div>
|
||||
<div class="menu-col fxrow" @click="goInner('/CleaningGroupBarrel')"><p class="fxcol">清洗组桶标签打印</p></div>
|
||||
|
||||
@@ -58,7 +58,7 @@ import NavBar from '@components/NavBar.vue'
|
||||
import SearchBox from '@components/SearchBox.vue'
|
||||
import {queryTask} from '@config/getData2.js'
|
||||
export default {
|
||||
name: 'RFInstructQuery',
|
||||
name: 'InstructQuery',
|
||||
components: {
|
||||
NavBar,
|
||||
SearchBox
|
||||
@@ -61,7 +61,7 @@ const ProcedureInspection = r => require.ensure([], () => r(require('../pages/xi
|
||||
const ResultEntry = r => require.ensure([], () => r(require('../pages/xinrui/inspection/ResultEntry')), 'inspection')
|
||||
// 调度
|
||||
const InstructManage = r => require.ensure([], () => r(require('../pages/xinrui/dispatch/InstructManage')), 'dispatch')
|
||||
const RFInstructQuery = r => require.ensure([], () => r(require('../pages/xinrui/dispatch/RFInstructQuery')), 'dispatch')
|
||||
const InstructQuery = r => require.ensure([], () => r(require('../pages/xinrui/dispatch/InstructQuery')), 'dispatch')
|
||||
const FixedPointTask = r => require.ensure([], () => r(require('../pages/xinrui/dispatch/FixedPointTask')), 'dispatch')
|
||||
const PointOperate = r => require.ensure([], () => r(require('../pages/xinrui/dispatch/PointOperate')), 'dispatch')
|
||||
// 立库管理
|
||||
@@ -336,8 +336,8 @@ export default new Router({
|
||||
component: InstructManage
|
||||
},
|
||||
{
|
||||
path: '/RFInstructQuery', // 指令查询
|
||||
component: RFInstructQuery
|
||||
path: '/InstructQuery', // 指令查询
|
||||
component: InstructQuery
|
||||
},
|
||||
{
|
||||
path: '/FixedPointTask', // 定点作业
|
||||
|
||||
Reference in New Issue
Block a user