Commit 1093605f authored by tanjunxin's avatar tanjunxin

fix: 生产工单表格细节优化

parent 0a0188d2
...@@ -307,7 +307,7 @@ ...@@ -307,7 +307,7 @@
<el-table-column label="不合格数" align="center" width="100px" prop="quantityUnqualify" /> <el-table-column label="不合格数" align="center" width="100px" prop="quantityUnqualify" />
<el-table-column label="批次号" align="center" width="100px" prop="batchCode" /> <el-table-column label="批次号" align="center" width="100px" prop="batchCode" />
<el-table-column label="客户编码" align="center" prop="clientCode" /> <el-table-column label="客户编码" align="center" prop="clientCode" />
<el-table-column label="客户名称" align="center" prop="clientName" :show-overflow-tooltip="true" /> <el-table-column label="客户名称" align="center" width="150px" prop="clientName" />
<!-- <el-table-column <!-- <el-table-column
label="工单名称" label="工单名称"
width="200" width="200"
...@@ -633,7 +633,7 @@ ...@@ -633,7 +633,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button type="primary" @click="handledaoConfirmSubmit"> </el-button> <el-button type="primary" @click="handledaoConfirmSubmit"> </el-button>
<el-button @click="daoConfirmVisible = false"> </el-button> <el-button @click="daoConfirmVisible = false"> </el-button>
...@@ -1689,7 +1689,7 @@ export default { ...@@ -1689,7 +1689,7 @@ export default {
this.daoConfirmVisible = false this.daoConfirmVisible = false
this.getList(); this.getList();
} }
}, },
handleTurnWorrySubmit() { handleTurnWorrySubmit() {
this.$refs["turnWorryFormRef"].validate(valid => { this.$refs["turnWorryFormRef"].validate(valid => {
......
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