接口
This commit is contained in:
@@ -73,13 +73,19 @@
|
||||
<tbody>
|
||||
<tr v-for="(e, i) in dataList" :key="i">
|
||||
<td>{{i+1}}</td>
|
||||
<td>{{e.source_form_type}}</td>
|
||||
<td>{{e.source_form_date}}</td>
|
||||
<td>{{e.vehicle_code}}</td>
|
||||
<td>{{e.material_code}}</td>
|
||||
<td>{{e.material_spec}}</td>
|
||||
<td>{{e.material_name}}</td>
|
||||
<td>{{e.pcsn}}</td>
|
||||
<td>{{e.assign_qty}}</td>
|
||||
<td>{{e.qty}}</td>
|
||||
<td>{{e.produce_time}}</td>
|
||||
<td>{{e.supp_code}}</td>
|
||||
<td>{{e.supp_name}}</td>
|
||||
<td>{{['', '待检', '合格', '不合格'][Number(e.quality_type)]}}</td>
|
||||
<td>{{e.bake_num}}</td>
|
||||
<td>{{e.sect_code}}</td>
|
||||
<td>{{e.device_code}}</td>
|
||||
<td>{{e.bom_code}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -97,8 +103,8 @@
|
||||
<script>
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import SearchBox from '@/components/SearchBox.vue'
|
||||
import {queryPointInfo} from '@/utils/mork2.js'
|
||||
import {confirmGet, confirmPut} from '@/utils/getData2.js'
|
||||
// import {queryPointInfo} from '@/utils/mork2.js'
|
||||
import {queryPointInfo, confirmGet, confirmPut} from '@/utils/getData2.js'
|
||||
export default {
|
||||
components: {
|
||||
NavBar,
|
||||
|
||||
Reference in New Issue
Block a user