Commit 91086728 authored by tanjunxin's avatar tanjunxin

fix: 1.刀模版具台账增加升降序功能; 2.部分页面字段优化

parent 6719f085
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
/> />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="申请退料数量" align="center" prop="backNum" /> <!-- <el-table-column label="申请退料数量" align="center" prop="backNum" /> -->
<el-table-column label="已退料数量" align="center" prop="returnNum" /> <el-table-column label="已退料数量" align="center" prop="returnNum" />
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right"> <el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
......
...@@ -244,6 +244,7 @@ ...@@ -244,6 +244,7 @@
<dict-tag :options="dict.type.mes_workorder_type" :value="scope.row.workorderType" /> <dict-tag :options="dict.type.mes_workorder_type" :value="scope.row.workorderType" />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="需求用途" width="150" align="center" prop="requirementType" />
<el-table-column label="组合单号" width="180" align="center" prop="combinationCode" :show-overflow-tooltip="true"> <el-table-column label="组合单号" width="180" align="center" prop="combinationCode" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="mini" type="text" @click="showCombDetail(scope.row, scope.row.combinationCode)">{{ <el-button size="mini" type="text" @click="showCombDetail(scope.row, scope.row.combinationCode)">{{
......
This diff is collapsed.
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