Browse Source

成品仓库 2022年4月15日 sxm

master
[li_she] 4 years ago
parent
commit
d8da46c1c9
  1. 1
      src/views/modules/finishedProductWarehouse/boxingPrint.vue
  2. 1
      src/views/modules/finishedProductWarehouse/expirationTimeList.vue
  3. 1
      src/views/modules/finishedProductWarehouse/expirationTimeModification.vue
  4. 1
      src/views/modules/finishedProductWarehouse/otherOut.vue
  5. 1
      src/views/modules/finishedProductWarehouse/rollPrint.vue
  6. 4
      src/views/modules/finishedProductWarehouse/sluggishMaterialWarning.vue
  7. 5
      src/views/modules/rawMaterials/expirationTimeList.vue
  8. 1
      src/views/modules/rawMaterials/expirationTimeModification.vue
  9. 4
      src/views/modules/rawMaterials/sluggishMaterialWarning.vue

1
src/views/modules/finishedProductWarehouse/boxingPrint.vue

@ -632,6 +632,7 @@ export default {
functionId: this.functionId,
tableId: this.tableId,
languageCode: this.languageCode,
objectType: 'table',
status: true,
}
getTableUserListLanguage(queryTableUser).then(({data}) => {

1
src/views/modules/finishedProductWarehouse/expirationTimeList.vue

@ -902,6 +902,7 @@ export default {
functionId: this.functionId,
tableId: this.tableId,
languageCode: this.languageCode,
objectType: 'table',
status: true,
}
getTableUserListLanguage(queryTableUser).then(({data}) => {

1
src/views/modules/finishedProductWarehouse/expirationTimeModification.vue

@ -926,6 +926,7 @@ export default {
functionId: this.functionId,
tableId: this.tableId,
languageCode: this.languageCode,
objectType: 'table',
status: true,
}
getTableUserListLanguage(queryTableUser).then(({data}) => {

1
src/views/modules/finishedProductWarehouse/otherOut.vue

@ -1002,6 +1002,7 @@ export default {
functionId: this.functionId,
tableId: this.tableId,
languageCode: this.languageCode,
objectType: 'table',
status: true,
}
getTableUserListLanguage(queryTableUser).then(({data}) => {

1
src/views/modules/finishedProductWarehouse/rollPrint.vue

@ -869,6 +869,7 @@ export default {
functionId: this.functionId,
tableId: this.tableId,
languageCode: this.languageCode,
objectType: 'table',
status: true,
}
getTableUserListLanguage(queryTableUser).then(({data}) => {

4
src/views/modules/finishedProductWarehouse/sluggishMaterialWarning.vue

@ -958,6 +958,7 @@ export default {
functionId: this.functionId,
tableId: this.tableId,
languageCode: this.languageCode,
objectType: 'table',
status: true,
}
getTableUserListLanguage(queryTableUser).then(({data}) => {
@ -1039,7 +1040,8 @@ export default {
let queryTable = {
functionId: this.functionId,
tableId: this.tableId,
languageCode: this.languageCode
languageCode: this.languageCode,
objectType:'table'
}
getTableDefaultListLanguage(queryTable).then(({data}) => {
if (!data.rows.length == 0) {

5
src/views/modules/rawMaterials/expirationTimeList.vue

@ -891,6 +891,7 @@ export default {
userId: this.userId,
functionId: this.functionId,
tableId: this.tableId,
objectType: 'table',
languageCode: this.languageCode
}
this.$nextTick(() => {
@ -903,6 +904,7 @@ export default {
userId: this.userId,
functionId: this.functionId,
tableId: this.tableId,
objectType: 'table',
languageCode: this.languageCode,
status: true,
}
@ -968,7 +970,8 @@ export default {
let queryTable = {
functionId: this.functionId,
tableId: this.tableId,
languageCode: this.languageCode
languageCode: this.languageCode,
objectType: 'table',
}
getTableDefaultListLanguage(queryTable).then(({data}) => {
if (!data.rows.length == 0) {

1
src/views/modules/rawMaterials/expirationTimeModification.vue

@ -1041,6 +1041,7 @@ export default {
functionId: this.functionId,
tableId: this.tableId,
languageCode: this.languageCode,
objectType: 'table',
status: true,
}
getTableUserListLanguage(queryTableUser).then(({data}) => {

4
src/views/modules/rawMaterials/sluggishMaterialWarning.vue

@ -906,6 +906,7 @@ export default {
functionId: this.functionId,
tableId: this.tableId,
languageCode: this.languageCode,
objectType: 'table',
status: true,
}
getTableUserListLanguage(queryTableUser).then(({data}) => {
@ -970,7 +971,8 @@ export default {
let queryTable = {
functionId: this.functionId,
tableId: this.tableId,
languageCode: this.languageCode
languageCode: this.languageCode,
objectType:'table'
}
getTableDefaultListLanguage(queryTable).then(({data}) => {
if (!data.rows.length == 0) {

Loading…
Cancel
Save