| | |
| | | clearable |
| | | :prefix-icon="Search" /> |
| | | </el-form-item> |
| | | <el-form-item label="销售合同号:"> |
| | | <el-form-item label="订单号:"> |
| | | <el-input v-model="searchForm.salesContractNo" |
| | | placeholder="请输入" |
| | | clearable |
| | |
| | | <el-button @click="handleOut">导出</el-button> |
| | | <el-button type="danger" |
| | | plain |
| | | @click="handleDelete">删除</el-button> |
| | | @click="handleDelete" v-hasPermi="['collaborativeApproval:purchaseApproval:remove']">删除</el-button> |
| | | </div> |
| | | <el-table :data="tableData" |
| | | border |
| | |
| | | prop="purchaseContractNumber" |
| | | width="200" |
| | | show-overflow-tooltip /> |
| | | <el-table-column label="销售合同号" |
| | | <el-table-column label="订单号" |
| | | prop="salesContractNo" |
| | | width="200" |
| | | show-overflow-tooltip /> |