| | |
| | | <div class="app-container"> |
| | | <div class="search_form"> |
| | | <div> |
| | | <span class="search_title">生产工单号:</span> |
| | | <span class="search_title">生产订单号:</span> |
| | | <el-input v-model="searchForm.npsNo" |
| | | style="width: 200px" |
| | | placeholder="请输入生产工单号搜索" |
| | | placeholder="请输入生产订单号搜索" |
| | | @change="handleQuery" |
| | | clearable |
| | | :prefix-icon="Search" /> |
| | |
| | | const { searchForm } = toRefs(data); |
| | | const tableColumn = ref([ |
| | | { |
| | | label: "生产工单号", |
| | | label: "生产订单号", |
| | | prop: "npsNo", |
| | | width: 140, |
| | | }, |
| | |
| | | width: 180, |
| | | operation: [ |
| | | { |
| | | name: "查看标准投入产出比例", |
| | | name: "投入产出比例", |
| | | type: "text", |
| | | clickFun: row => { |
| | | openFilesFormDia(row); |