Browse Source

2023-11-21 设备和质量修改

java8
fengyuan_yang 2 years ago
parent
commit
375d4c7976
  1. 24
      src/views/modules/qc/qcPartAttribute.vue
  2. 2
      src/views/modules/reportWorkOrder/reportDefectOrder.vue

24
src/views/modules/qc/qcPartAttribute.vue

@ -683,18 +683,18 @@
status: true, status: true,
fixed: '', fixed: '',
}, },
{
columnProp: 'supplierDesc',
headerAlign: "center",
align: "center",
columnLabel: '供应商',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
},
// {
// columnProp: 'supplierDesc',
// headerAlign: "center",
// align: "center",
// columnLabel: '',
// columnHidden: false,
// columnImage: false,
// columnSortable: false,
// sortLv: 0,
// status: true,
// fixed: '',
// },
{ {
columnProp: 'exemptInspection', columnProp: 'exemptInspection',
headerAlign: "center", headerAlign: "center",

2
src/views/modules/reportWorkOrder/reportDefectOrder.vue

@ -116,7 +116,7 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<el-tabs v-model="activeTable" style="margin-top: 10px; width: 100%; height: 100%;" type="border-card" @tab-click="tabClick" class="customer-tab"> <el-tabs v-model="activeTable" style="margin-top: 10px; width: 100%; height: 100%;" type="border-card" @tab-click="tabClick" class="customer-tab">
<el-tab-pane label="维修单" name="inspection_form" style="height: 365px">
<el-tab-pane label="维修单" name="inspection_form" style="height: 406px">
<el-form :inline="true" label-position="top" @keyup.enter.native="getDataList()"> <el-form :inline="true" label-position="top" @keyup.enter.native="getDataList()">
<el-form-item> <el-form-item>
<span slot="label" style="" @click="getBaseList(1033)"><a herf="#">故障编码</a></span> <span slot="label" style="" @click="getBaseList(1033)"><a herf="#">故障编码</a></span>

Loading…
Cancel
Save