Compare commits
No commits in common. "99cb8771ebd69d1dbd510dd50b31a92b6a50d35c" and "fed651a202ac3c349d8df5da274a4137e0ac0ab6" have entirely different histories.
99cb8771eb
...
fed651a202
@ -215,20 +215,6 @@ const routes: RouteRecordRaw[] = [
|
|||||||
component: () => import('@/views/biz/device/board.vue'),
|
component: () => import('@/views/biz/device/board.vue'),
|
||||||
meta: { title: '设备状态监控', icon: 'PulseOutline' }
|
meta: { title: '设备状态监控', icon: 'PulseOutline' }
|
||||||
},
|
},
|
||||||
// 入库管理
|
|
||||||
{
|
|
||||||
path: 'biz/stockIn',
|
|
||||||
name: 'BizStockIn',
|
|
||||||
component: () => import('@/views/biz/stockIn/index.vue'),
|
|
||||||
meta: { title: '入库管理', icon: 'ArchiveOutline' }
|
|
||||||
},
|
|
||||||
// 甘特图排产
|
|
||||||
{
|
|
||||||
path: 'biz/orderProject/gantt',
|
|
||||||
name: 'BizOrderProjectGantt',
|
|
||||||
component: () => import('@/views/biz/orderProject/components/GanttSchedule.vue'),
|
|
||||||
meta: { title: '甘特图排产', icon: 'CalendarOutline' }
|
|
||||||
},
|
|
||||||
// 开发工具
|
// 开发工具
|
||||||
{
|
{
|
||||||
path: 'biz/permissionConfig',
|
path: 'biz/permissionConfig',
|
||||||
|
|||||||
@ -105,7 +105,7 @@
|
|||||||
>
|
>
|
||||||
<n-space>
|
<n-space>
|
||||||
<n-radio value="kingdee">金蝶工艺路线</n-radio>
|
<n-radio value="kingdee">金蝶工艺路线</n-radio>
|
||||||
<n-radio value="assemble">创建新工艺路线</n-radio>
|
<n-radio value="assemble">工序表组装</n-radio>
|
||||||
</n-space>
|
</n-space>
|
||||||
</n-radio-group>
|
</n-radio-group>
|
||||||
</div>
|
</div>
|
||||||
@ -163,7 +163,7 @@
|
|||||||
|
|
||||||
<div v-else class="split-body">
|
<div v-else class="split-body">
|
||||||
<div class="assemble-toolbar">
|
<div class="assemble-toolbar">
|
||||||
<span class="hint-inline">新增工艺路线方;说明为空时默认用工序名称</span>
|
<span class="hint-inline">按新增工艺路线方式逐行维护;说明为空时默认用工序名称</span>
|
||||||
<n-button size="small" type="primary" secondary @click="addAssembleRow">+ 添加工序</n-button>
|
<n-button size="small" type="primary" secondary @click="addAssembleRow">+ 添加工序</n-button>
|
||||||
</div>
|
</div>
|
||||||
<n-data-table
|
<n-data-table
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user