|
|
@@ -135,47 +135,8 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</el-row>
|
|
|
- <!-- 发票附件 -->
|
|
|
- <!-- <el-row class="zap-margin-top zap-form">
|
|
|
- <div class="zap-title">发票附件</div>
|
|
|
- <el-table :data="invoiceFileList" stripe="" style="width: 100%">
|
|
|
- <el-table-column label="文件名称" align="center" prop="pfiFileName" show-overflow-tooltip />
|
|
|
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='300' fixed="right">
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-button size="mini" type="text" icon="el-icon-view" @click="handlePreview(scope.row)">预览</el-button>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- </el-table>
|
|
|
- </el-row> -->
|
|
|
-
|
|
|
- <!-- 合同附件 -->
|
|
|
- <!-- <el-row class="zap-margin-top zap-form">
|
|
|
- <div class="zap-title">合同附件</div>
|
|
|
- <el-table :data="contractFileList" stripe="" style="width: 100%">
|
|
|
- <el-table-column label="文件名称" align="center" prop="pfiFileName" show-overflow-tooltip />
|
|
|
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='300' fixed="right">
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-button size="mini" type="text" icon="el-icon-view" @click="handlePreview(scope.row)">预览</el-button>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- </el-table>
|
|
|
- </el-row> -->
|
|
|
-
|
|
|
- <!-- 其他附件 -->
|
|
|
- <!-- <el-row class="zap-margin-top zap-form">
|
|
|
- <div class="zap-title">其他附件</div>
|
|
|
- <el-table :data="otherFileList" stripe="" style="width: 100%">
|
|
|
- <el-table-column label="文件名称" align="center" prop="pfiFileName" show-overflow-tooltip />
|
|
|
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='300' fixed="right">
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-button size="mini" type="text" icon="el-icon-view" @click="handlePreview(scope.row)">预览</el-button>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- </el-table>
|
|
|
- </el-row> -->
|
|
|
<el-row type="flex" align="middle" justify="center" style="height: 77px">
|
|
|
<el-button type="primary" @click="submitForm">确 定</el-button>
|
|
|
- <!-- <el-button @click="cancel">取 消</el-button> -->
|
|
|
</el-row>
|
|
|
</el-row>
|
|
|
<!-- 附件详情 -->
|
|
|
@@ -1328,7 +1289,7 @@ export default {
|
|
|
console.log(self.zfrId,"zfrId")
|
|
|
queryStamped.zfrId = self.zfrId
|
|
|
debugger;
|
|
|
-
|
|
|
+
|
|
|
const load = self.$loading({
|
|
|
lock: true,
|
|
|
text: "Loading",
|