车间订单问题修改

dev-scheduling
zhangdi 2 weeks ago
parent 790b95ac37
commit 0daefe8f25
  1. 18
      src/views/productionManagement/blbWorkOrder/components/glass.vue
  2. 13
      src/views/productionManagement/blbWorkOrder/components/others.vue
  3. 12
      src/views/productionManagement/productionMonitoring/index.vue
  4. 18
      src/views/productionManagement/sinTerWorkOrder/index.vue

@ -435,13 +435,9 @@ export default {
search: true,
width: 150,
searchSpan: 8,
type: 'datetimerange',
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '开始日期',
endPlaceholder: '结束日期',
rangeSeparator: '-',
searchRange: true,
},
{
label: '计划完工时间',
@ -449,11 +445,10 @@ export default {
search: false,
sortable: true,
overHidden: true,
type: 'datetimerange',
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '时间日期开始',
endPlaceholder: '时间日期结束',
width: 150,
},
{
@ -465,13 +460,10 @@ export default {
search: true,
searchSpan: 8,
width: 150,
type: 'datetimerange',
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '开始日期',
endPlaceholder: '结束日期',
rangeSeparator: '-',
searchRange: true,
searchLabelWidth: 90,
},
{

@ -435,13 +435,9 @@ export default {
search: true,
width: 150,
searchSpan: 8,
type: 'datetimerange',
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '开始日期',
endPlaceholder: '结束日期',
rangeSeparator: '-',
searchRange: true,
searchLabelWidth: 90,
},
{
@ -453,8 +449,7 @@ export default {
type: 'datetimerange',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '时间日期开始',
endPlaceholder: '时间日期结束',
width: 150,
searchLabelWidth: 90,
},
@ -470,10 +465,6 @@ export default {
type: 'datetimerange',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '开始日期',
endPlaceholder: '结束日期',
rangeSeparator: '-',
searchRange: true,
searchLabelWidth: 90,
},
{

@ -486,11 +486,7 @@ export default {
searchSpan: 8,
type: 'date',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '开始日期',
endPlaceholder: '结束日期',
rangeSeparator: '-',
searchRange: true,
valueFormat: 'YYYY-MM-DD HH:mm:ss'
},
{
label: '计划完工时间',
@ -502,8 +498,6 @@ export default {
type: 'date',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '时间日期开始',
endPlaceholder: '时间日期结束',
width: 150,
},
@ -520,10 +514,6 @@ export default {
type: 'date',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '开始日期',
endPlaceholder: '结束日期',
rangeSeparator: '-',
searchRange: true,
},
{

@ -447,13 +447,10 @@ export default {
search: true,
width: 150,
searchSpan: 8,
type: 'datetimerange',
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '开始日期',
endPlaceholder: '结束日期',
rangeSeparator: '-',
searchRange: true,
searchLabelWidth: 90,
},
{
@ -462,11 +459,10 @@ export default {
search: false,
sortable: true,
overHidden: true,
type: 'datetimerange',
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '时间日期开始',
endPlaceholder: '时间日期结束',
width: 150,
searchLabelWidth: 90,
},
@ -479,13 +475,9 @@ export default {
search: true,
searchSpan: 8,
width: 150,
type: 'datetimerange',
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '开始日期',
endPlaceholder: '结束日期',
rangeSeparator: '-',
searchRange: true,
searchLabelWidth: 90,
},
{

Loading…
Cancel
Save