样式调整

master
zhangdi 3 months ago
parent 904140e4d3
commit fa1962986d
  1. 4
      src/views/basicData/jobTransferManagement.vue
  2. 4
      src/views/basicData/shiftManagement.vue
  3. 4
      src/views/basicData/teamManagement.vue
  4. 4
      src/views/equiptManagement/equipmentLedger/index.vue
  5. 4
      src/views/equiptManagement/equipmentMaintenanceRecord/index.vue
  6. 2
      src/views/equiptManagement/measurementRecords/index.vue
  7. 4
      src/views/equiptManagement/workwearManagement/index.vue
  8. 4
      src/views/oem/oemCustomer/index.vue
  9. 2
      src/views/oem/oemOrder/index.vue
  10. 12
      src/views/orderManagement/exceptionOrder.vue
  11. 4
      src/views/orderManagement/plannedOrder.vue
  12. 2
      src/views/processManagement/basicProcesses.vue
  13. 2
      src/views/processManagement/platingAssort.vue
  14. 2
      src/views/processManagement/platingTypeInfo.vue
  15. 2
      src/views/processManagement/procepssPlanning.vue
  16. 10
      src/views/processManagement/processCapability.vue
  17. 2
      src/views/processManagement/processTemplate.vue
  18. 2
      src/views/processManagement/taskDispatch.vue
  19. 2
      src/views/processManagement/taskProcessing.vue

@ -213,7 +213,9 @@ export default {
align: 'center', align: 'center',
size: 'medium', size: 'medium',
searchLabelWidth:120, searchLabelWidth:120,
simplePage: true, height: 'auto',
calcHeight: 32,
simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,
searchIcon: true, searchIcon: true,

@ -63,7 +63,9 @@ export default {
excelBox:false, excelBox:false,
option:{ option:{
tip: false, tip: false,
simplePage: true, height: 'auto',
calcHeight: 32,
simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,
searchIcon: true, searchIcon: true,

@ -201,7 +201,9 @@ export default {
excelBox:false, excelBox:false,
option:{ option:{
tip: false, tip: false,
simplePage: true, height: 'auto',
calcHeight: 32,
simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,
searchIcon: true, searchIcon: true,

@ -67,7 +67,9 @@ export default {
}, },
option: { option: {
tip: false, tip: false,
simplePage: false, height: 'auto',
calcHeight: 32,
simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,
dialogWidth: '60%', dialogWidth: '60%',

@ -60,7 +60,9 @@ export default {
}, },
option: { option: {
tip: false, tip: false,
simplePage: false, height: 'auto',
calcHeight: 32,
simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,
dialogWidth: '60%', dialogWidth: '60%',

@ -61,6 +61,8 @@ export default {
}, },
option: { option: {
tip: false, tip: false,
height: 'auto',
calcHeight: 32,
simplePage: false, simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,

@ -37,7 +37,9 @@ export default {
}, },
option: { option: {
tip: false, tip: false,
simplePage: true, height: 'auto',
calcHeight: 32,
simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,
searchIcon: true, searchIcon: true,

@ -75,7 +75,9 @@ export default {
}, },
option: { option: {
tip: false, tip: false,
simplePage: false, height: 'auto',
calcHeight: 32,
simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,
dialogWidth: '60%', dialogWidth: '60%',

@ -104,6 +104,8 @@ export default {
}, },
option: { option: {
tip: false, tip: false,
height: 'auto',
calcHeight: 32,
simplePage: false, simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,

@ -25,13 +25,13 @@
<el-tag class="ml-2" type="success" v-if="row.curStatusText == '已完工'"> {{ <el-tag class="ml-2" type="success" v-if="row.curStatusText == '已完工'"> {{
row.curStatusText }}</el-tag> row.curStatusText }}</el-tag>
<el-tag class="ml-2" type="info" v-if="row.curStatusText == '已关闭'">{{ row.curStatusText <el-tag class="ml-2" type="info" v-if="row.curStatusText == '已关闭'">{{ row.curStatusText
}}</el-tag> }}</el-tag>
<el-tag class="ml-2" type="warning" v-if="row.curStatusText == '加工中'">{{ row.curStatusText <el-tag class="ml-2" type="warning" v-if="row.curStatusText == '加工中'">{{ row.curStatusText
}}</el-tag> }}</el-tag>
<el-tag class="ml-2" type="danger" v-if="row.curStatusText == '已退回'">{{ row.curStatusText <el-tag class="ml-2" type="danger" v-if="row.curStatusText == '已退回'">{{ row.curStatusText
}}</el-tag> }}</el-tag>
<el-tag class="ml-2" type="danger" v-if="row.curStatusText == '无工艺'">{{ row.curStatusText <el-tag class="ml-2" type="danger" v-if="row.curStatusText == '无工艺'">{{ row.curStatusText
}}</el-tag> }}</el-tag>
</template> </template>
<template #menu="{ row }"> <template #menu="{ row }">
<el-button type="primary" text plain style="border: 0; background-color: transparent !important" <el-button type="primary" text plain style="border: 0; background-color: transparent !important"
@ -95,7 +95,9 @@ export default {
}, },
option: { option: {
tip: false, tip: false,
simplePage: true, height: 'auto',
calcHeight: 32,
simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,
searchIcon: true, searchIcon: true,

@ -119,7 +119,9 @@ export default {
}, },
option: { option: {
tip: false, tip: false,
simplePage: true, height:'auto',
calcHeight: 32,
simplePage:false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,
searchIcon: true, searchIcon: true,

@ -127,6 +127,8 @@ export default {
}, },
option: { option: {
tip: false, tip: false,
height: 'auto',
calcHeight: 32,
simplePage: false, simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,

@ -61,6 +61,8 @@ export default {
}, },
option: { option: {
tip: false, tip: false,
height: 'auto',
calcHeight: 32,
simplePage: false, simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,

@ -77,6 +77,8 @@ export default {
option: { option: {
size: 'medium', size: 'medium',
tip: false, tip: false,
height: 'auto',
calcHeight: 32,
simplePage: false, simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,

@ -73,6 +73,8 @@ export default {
}, },
option: { option: {
tip: false, tip: false,
height: 'auto',
calcHeight: 32,
simplePage: false, simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,

@ -10,7 +10,7 @@
<template #menu-right="{ size }"> <template #menu-right="{ size }">
<span style="display: inline-flex;margin-right: 12px;"> <span style="display: inline-flex;margin-right: 12px;">
<avue-select v-model="slectForm.wtName" placeholder="请选择能力类型" type="tree" :dic="slectDic" <avue-select v-model="slectForm.wtName" placeholder="请选择能力类型" type="tree" :dic="slectDic"
:filterable="true" :props="{ :filterable="true" :props="{
label: 'dictValue', label: 'dictValue',
value: 'dictKey', value: 'dictKey',
@ -20,7 +20,7 @@
</span> </span>
</template> </template>
<template #name="{ row }"> <template #name="{ row }">
<i :class="row.source" style="margin-right: 5px" /> <i :class="row.source" style="margin-right: 5px" />
<span>{{ row.name }}</span> <span>{{ row.name }}</span>
@ -76,8 +76,10 @@ export default {
] ]
}, },
option: { option: {
tip: false, tip: false,
height: 'auto',
calcHeight: 32,
simplePage: false, simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,
@ -314,7 +316,7 @@ export default {
}, },
// beforeOpen // beforeOpen
beforeOpen(done, type) { beforeOpen(done, type) {
console.log(999,this.$refs.crud.data) console.log(999, this.$refs.crud.data)
// if (['add', 'edit'].includes(type)) { // if (['add', 'edit'].includes(type)) {
// this.initData(); // this.initData();
// } // }

@ -44,6 +44,8 @@ export default {
option: { option: {
size: 'medium', size: 'medium',
tip: false, tip: false,
height: 'auto',
calcHeight: 32,
simplePage: false, simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,

@ -67,6 +67,8 @@ export default {
}, },
option: { option: {
tip: false, tip: false,
height: 'auto',
calcHeight: 32,
simplePage: false, simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,

@ -76,6 +76,8 @@ export default {
}, },
option: { option: {
tip: false, tip: false,
height: 'auto',
calcHeight: 32,
simplePage: false, simplePage: false,
searchShow: true, searchShow: true,
searchMenuSpan: 6, searchMenuSpan: 6,

Loading…
Cancel
Save