计划管理修改排序字段

dev-scheduling
zhangdi 1 month ago
parent ac73a134ce
commit e0b836b355
  1. 4
      src/views/orderManagement/components/exception/dataMissing.vue
  2. 4
      src/views/orderManagement/components/exception/deliveryDate.vue
  3. 4
      src/views/orderManagement/components/exception/processMissing.vue
  4. 4
      src/views/orderManagement/components/exception/resourceMissing.vue
  5. 4
      src/views/orderManagement/planYieIdOrder.vue
  6. 4
      src/views/orderManagement/plannedOrder.vue
  7. 4
      src/views/orderManagement/sinTerPlanOrder.vue
  8. 4
      src/views/orderManagement/sinTerYieIdOrder.vue

@ -812,12 +812,12 @@ export default {
if (!prop) {
//
this.query.orderByField = undefined;
this.query.isAsc = undefined;
this.query.asc = undefined;
} else {
const orderByField = prop.replace(/([a-z])([A-Z0-9])/g, '$1_$2').toUpperCase();
this.query.orderByField = orderByField;
this.query.isAsc = order === 'ascending'?true:false;
this.query.asc = order === 'ascending'?true:false;
}
// //
this.onLoad(this.page, this.query);

@ -581,12 +581,12 @@ export default {
if (!prop) {
//
this.query.orderByField = undefined;
this.query.isAsc = undefined;
this.query.asc = undefined;
} else {
const orderByField = prop.replace(/([a-z])([A-Z0-9])/g, '$1_$2').toUpperCase();
this.query.orderByField = orderByField;
this.query.isAsc = order === 'ascending'?true:false;
this.query.asc = order === 'ascending'?true:false;
}
// //
this.onLoad(this.page, this.query);

@ -671,12 +671,12 @@ export default {
if (!prop) {
//
this.query.orderByField = undefined;
this.query.isAsc = undefined;
this.query.asc = undefined;
} else {
const orderByField = prop.replace(/([a-z])([A-Z0-9])/g, '$1_$2').toUpperCase();
this.query.orderByField = orderByField;
this.query.isAsc = order === 'ascending'?true:false;
this.query.asc = order === 'ascending'?true:false;
}
// //
this.onLoad(this.page, this.query);

@ -611,12 +611,12 @@ export default {
if (!prop) {
//
this.query.orderByField = undefined;
this.query.isAsc = undefined;
this.query.asc = undefined;
} else {
const orderByField = prop.replace(/([a-z])([A-Z0-9])/g, '$1_$2').toUpperCase();
this.query.orderByField = orderByField;
this.query.isAsc = order === 'ascending'?true:false;
this.query.asc = order === 'ascending'?true:false;
}
// //
this.onLoad(this.page, this.query);

@ -772,12 +772,12 @@ export default {
if (!prop) {
//
this.query.orderByField = undefined;
this.query.isAsc = undefined;
this.query.asc = undefined;
} else {
const orderByField = prop.replace(/([a-z])([A-Z0-9])/g, '$1_$2').toUpperCase();
this.query.orderByField = orderByField;
this.query.isAsc = order === 'ascending' ? true : false;
this.query.asc = order === 'ascending' ? true : false;
}
// //
this.onLoad(this.page, this.query);

@ -576,12 +576,12 @@ export default {
if (!prop) {
//
this.query.orderByField = undefined;
this.query.isAsc = undefined;
this.query.asc = undefined;
} else {
const orderByField = prop.replace(/([a-z])([A-Z0-9])/g, '$1_$2').toUpperCase();
this.query.orderByField = orderByField;
this.query.isAsc = order === 'ascending' ? true : false;
this.query.asc = order === 'ascending' ? true : false;
}
// //
this.onLoad(this.page, this.query);

@ -574,12 +574,12 @@ export default {
if (!prop) {
//
this.query.orderByField = undefined;
this.query.isAsc = undefined;
this.query.asc = undefined;
} else {
const orderByField = prop.replace(/([a-z])([A-Z0-9])/g, '$1_$2').toUpperCase();
this.query.orderByField = orderByField;
this.query.isAsc = order === 'ascending'?true:false;
this.query.asc = order === 'ascending'?true:false;
}
// //
this.onLoad(this.page, this.query);

@ -851,12 +851,12 @@ export default {
if (!prop) {
//
this.query.orderByField = undefined;
this.query.isAsc = undefined;
this.query.asc = undefined;
} else {
const orderByField = prop.replace(/([a-z])([A-Z0-9])/g, '$1_$2').toUpperCase();
this.query.orderByField = orderByField;
this.query.isAsc = order === 'ascending'?true:false;
this.query.asc = order === 'ascending'?true:false;
}
// //
this.onLoad(this.page, this.query);

Loading…
Cancel
Save