| | |
| | | <el-button type="primary" @click="handleQuery" style="margin-left: 10px">搜索</el-button> |
| | | </div> |
| | | <div> |
| | | <el-button type="primary" @click="openForm('add')">新增</el-button> |
| | | <!-- <el-button type="primary" @click="openForm('add')">新增</el-button> --> |
| | | <el-button @click="handleOut">导出</el-button> |
| | | <el-button type="danger" plain @click="handleDelete">删除</el-button> |
| | | </div> |
| | |
| | | <el-table-column label="规格型号" prop="projectName" width="100" show-overflow-tooltip /> |
| | | <el-table-column label="单位" prop="contractAmount" width="80" show-overflow-tooltip /> |
| | | <el-table-column label="出库数量" prop="entryPersonName" width="100" show-overflow-tooltip /> |
| | | <el-table-column label="含税单价" prop="entryDate" width="100" show-overflow-tooltip /> |
| | | <el-table-column label="含税总价" prop="executionDate" width="100" show-overflow-tooltip /> |
| | | <el-table-column label="含税单价(元)" prop="entryDate" width="100" show-overflow-tooltip /> |
| | | <el-table-column label="含税总价(元)" prop="executionDate" width="100" show-overflow-tooltip /> |
| | | <el-table-column label="税率(%)" prop="executionDate" width="100" show-overflow-tooltip /> |
| | | <el-table-column label="不含税总价" prop="executionDate" width="100" show-overflow-tooltip /> |
| | | <el-table-column label="不含税总价(元)" prop="executionDate" width="180" show-overflow-tooltip /> |
| | | <el-table-column label="入库人" prop="executionDate" width="80" show-overflow-tooltip /> |
| | | <el-table-column fixed="right" label="操作" min-width="60" align="center"> |
| | | <template #default="scope"> |