Commit 958ca2f6 authored by tanjunxin's avatar tanjunxin

fix: 1上机明细添加字段;2.刀模领用弹窗细节优化

parent 437d8747
......@@ -39,6 +39,7 @@
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="物料编码" width="130" align="center" prop="sapItemCode" />
<el-table-column label="物料名称" width="100" align="center" prop="itemName" />
<el-table-column label="刀模SN" width="100" align="center" prop="toolCode" />
<!-- <el-table-column label="申请单编码" min-width="130" align="center" prop="toolRequestCode" /> -->
<!-- <el-table-column label="领用单编码" min-width="150" align="center" prop="toolRequestUseCode" /> -->
<el-table-column label="编排单号" align="center" prop="arrangeCode"/>
......
......@@ -365,7 +365,7 @@
</el-table>
<SelectSn ref="selectSnRef" :data="tmToolRequestList" :id="currentInfo.itemId" @onSelected="onSelectSn" />
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click="submitForm"> </el-button>
<el-button v-if="title != '查看刀模版领用单'" type="primary" @click="submitForm"> </el-button>
<el-button @click="cancel"> </el-button>
</div>
</el-dialog>
......
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