Commit 6cf2670d authored by chenzj's avatar chenzj

Merge branch 'dev' of http://git.local.topsunit.com/mes/mes-ui into dev

parents 3acc2423 bb393d3e
...@@ -350,7 +350,7 @@ ...@@ -350,7 +350,7 @@
<el-table-column label="单据状态" align="center" prop="status"> <el-table-column label="单据状态" align="center" prop="status">
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag <dict-tag
:options="dict.type.mes_order_status" :options="dict.type.mes_workorder_status"
:value="scope.row.status" :value="scope.row.status"
/> />
</template> </template>
...@@ -496,7 +496,7 @@ ...@@ -496,7 +496,7 @@
placeholder="请选择单据状态" placeholder="请选择单据状态"
> >
<el-option <el-option
v-for="dict in dict.type.mes_order_status" v-for="dict in dict.type.mes_workorder_status"
:key="dict.value" :key="dict.value"
:label="dict.label" :label="dict.label"
:value="dict.value" :value="dict.value"
...@@ -718,7 +718,11 @@ import { getToken } from "@/utils/auth"; ...@@ -718,7 +718,11 @@ import { getToken } from "@/utils/auth";
export default { export default {
name: "Workorder", name: "Workorder",
dicts: ["mes_order_status", "mes_workorder_sourcetype", "mes_workorder_type", "mes_order_status"], dicts: [
"mes_workorder_status",
"mes_workorder_sourcetype",
"mes_workorder_type",
],
components: { components: {
Treeselect, Treeselect,
ItemSelect, ItemSelect,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment