|
@@ -1,7 +1,7 @@
|
|
|
<!-- 委外新增、修改 -->
|
|
|
<template>
|
|
|
<div>
|
|
|
- <div class="my-title">{{ !id?'新增':'修改' }}</div>
|
|
|
+ <div class="my-title">委外</div>
|
|
|
<!-- 表单 -->
|
|
|
<el-form :model="dataForm" :rules="dataRule" ref="dataForm" label-width="auto">
|
|
|
<el-row class="my-row">
|
|
@@ -181,21 +181,21 @@
|
|
|
fixed="right"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
- width="150"
|
|
|
+ width="80"
|
|
|
label="操作">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" size="small" @click="addProductHandle(scope.row, false)">编辑</el-button>
|
|
|
- <el-button style="color: red" type="text" size="small" @click="deleteProductHandle(scope.row.detailId)">删除</el-button>
|
|
|
+<!-- <el-button style="color: red" type="text" size="small" @click="deleteProductHandle(scope.row.detailId)">删除</el-button>-->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</el-row>
|
|
|
- <el-row>
|
|
|
+ <el-row style="margin-top: 20px">
|
|
|
<span>合计(含税): {{totalAmount}}</span>
|
|
|
</el-row>
|
|
|
- <el-row style="text-align: center; margin-top: 10px;">
|
|
|
- <el-button type="primary" icon="el-icon-plus" @click="addMaterial"></el-button>
|
|
|
- </el-row>
|
|
|
+<!-- <el-row style="text-align: center; margin-top: 10px;">-->
|
|
|
+<!-- <el-button type="primary" icon="el-icon-plus" @click="addMaterial"></el-button>-->
|
|
|
+<!-- </el-row>-->
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="onChose">取消</el-button>
|