Browse Source

完善返厂申请

master
guoxing 8 months ago
parent
commit
298ec9f3f3
  1. 13
      yxt-as-ui/src/views/storage/oldPartsFactory/index.vue

13
yxt-as-ui/src/views/storage/oldPartsFactory/index.vue

@ -79,20 +79,21 @@
<el-table-column prop="actualReturnCount" label="实际返厂数量合计" width="180" align="center" /> <el-table-column prop="actualReturnCount" label="实际返厂数量合计" width="180" align="center" />
<el-table-column label="附件" align="center" width="100"> <el-table-column label="附件" align="center" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<div style="color: #1890FF; text-decoration: underline ;" @click="showAdjunct(scope.row.filePaths)">查看 <div style="color: #1890FF; text-decoration: underline ;cursor: pointer;"
@click="showAdjunct(scope.row.filePaths)">查看
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="返厂情况" align="center" width="100"> <el-table-column label="返厂情况" prop="state" align="center" width="100" />
<template slot-scope="scope"> <!-- <template slot-scope="scope">
<div style="color: #1890FF; text-decoration: underline ;">{{scope.row.state}} <div style="color: #1890FF; text-decoration: underline ;">{{scope.row.state}}
</div> </div>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column label="厂家确认情况" align="center" width="150"> <el-table-column label="厂家确认情况" align="center" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
<div style="color: #1890FF; text-decoration: underline ;" v-show="scope.row.confirmSid!=''" <div style="color: #1890FF; text-decoration: underline ;cursor: pointer;"
@click="showDetail(scope.row)"> v-show="scope.row.confirmSid!=''" @click="showDetail(scope.row)">
查看 查看
</div> </div>
</template> </template>

Loading…
Cancel
Save