Commit af8cbfe6 authored by 528360026@qq.com's avatar 528360026@qq.com

增加生产工单显示组合单

parent c4c71f47
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
size="mini" size="mini"
:disabled="multiple" :disabled="multiple"
@click="handleCombination" @click="handleCombination"
v-hasPermi="['mes:pro:workorder:dofinish']" v-hasPermi="['pro:combination:add']"
>创建组合单 >创建组合单
</el-button> </el-button>
</el-col> </el-col>
...@@ -279,6 +279,13 @@ ...@@ -279,6 +279,13 @@
> >
</template> </template>
</el-table-column> </el-table-column>
<el-table-column
label="组合单号"
width="180"
align="center"
prop="combinationCode"
:show-overflow-tooltip="true"
/>
<el-table-column <el-table-column
label="工单名称" label="工单名称"
width="200" width="200"
......
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