Browse Source

完善单车、专项、回款

zhanglei
yunuo970428 4 months ago
parent
commit
89be8d60f7
  1. 1
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheckAdd.vue
  2. 1
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue
  3. 1
      anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/collectionrebatecheckedAdd.vue
  4. 1
      anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanyuti/collectionrebatewithholdingAdd.vue
  5. 1
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatecheckAdd.vue
  6. 1
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatewithholding/specialrebatewithholdingAdd.vue

1
anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheckAdd.vue

@ -153,6 +153,7 @@ export default {
let day = date.getDate() //
if (month < 1 && day < 7) {
month = 12
year = date.getFullYear() - 1
} else if (month < 1 && day > 6) {
month = date.getMonth() + 1 //
} else if (month > 0 && day > 6) {

1
anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue

@ -139,6 +139,7 @@ export default {
let day = date.getDate() //
if (month < 1 && day < 7) {
month = 12
year = date.getFullYear() - 1
} else if (month < 1 && day > 6) {
month = date.getMonth() + 1 //
} else if (month > 0 && day > 6) {

1
anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/collectionrebatecheckedAdd.vue

@ -118,6 +118,7 @@ export default {
let day = date.getDate() //
if (month < 1 && day < 7) {
month = 12
year = date.getFullYear() - 1
} else if (month < 1 && day > 6) {
month = date.getMonth() + 1 //
} else if (month > 0 && day > 6) {

1
anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanyuti/collectionrebatewithholdingAdd.vue

@ -124,6 +124,7 @@ export default {
let day = date.getDate() //
if (month < 1 && day < 7) {
month = 12
year = date.getFullYear() - 1
} else if (month < 1 && day > 6) {
month = date.getMonth() + 1 //
} else if (month > 0 && day > 6) {

1
anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatecheckAdd.vue

@ -152,6 +152,7 @@ export default {
let day = date.getDate() //
if (month < 1 && day < 7) {
month = 12
year = date.getFullYear() - 1
} else if (month < 1 && day > 6) {
month = date.getMonth() + 1 //
} else if (month > 0 && day > 6) {

1
anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatewithholding/specialrebatewithholdingAdd.vue

@ -131,6 +131,7 @@ export default {
let day = date.getDate() //
if (month < 1 && day < 7) {
month = 12
year = date.getFullYear() - 1
} else if (month < 1 && day > 6) {
month = date.getMonth() + 1 //
} else if (month > 0 && day > 6) {

Loading…
Cancel
Save