常熟吴彦祖 1 week ago
parent
commit
789ec0b02c
  1. 4
      src/views/modules/supplier/purHeaderList.vue

4
src/views/modules/supplier/purHeaderList.vue

@ -114,10 +114,6 @@
<template slot-scope="scope">{{ scope.row.remark2 || '-' }}</template> <template slot-scope="scope">{{ scope.row.remark2 || '-' }}</template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<!-- 空数据提示 -->
<div v-if="materialList.length === 0 && !materialLoading" style="margin-top: 8px; color: #909399; font-size: 12px; text-align: center;">
{{ currentInquiry ? '暂无物料数据' : '请点击左侧询价单查看物料明细' }}
</div>
<!-- 新增/编辑 询价单弹窗 --> <!-- 新增/编辑 询价单弹窗 -->
<el-dialog :title="dialogTitle" :visible.sync="dialogVisible" width="700px" :close-on-click-modal="false" append-to-body> <el-dialog :title="dialogTitle" :visible.sync="dialogVisible" width="700px" :close-on-click-modal="false" append-to-body>

Loading…
Cancel
Save