Browse Source

fix: [模板管理] 分装编号修改

lkf
memorylkf 2 months ago
parent
commit
514251bb42
11 changed files with 22 additions and 22 deletions
  1. +3
    -3
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP008.vue
  2. +1
    -1
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP009.vue
  3. +2
    -2
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP010.vue
  4. +2
    -2
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP011.vue
  5. +2
    -2
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP012.vue
  6. +2
    -2
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP013.vue
  7. +2
    -2
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP014.vue
  8. +2
    -2
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP015.vue
  9. +2
    -2
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP016.vue
  10. +2
    -2
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP017.vue
  11. +2
    -2
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP018.vue

+ 3
- 3
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP008.vue View File

@ -312,7 +312,6 @@ export default {
resourceList: null,
}
setTimeout(() => {
debugger
EventBus.$emit('onModifyRecord', params,)
}, 10);
}
@ -332,6 +331,7 @@ export default {
for(let i=0;i<tableList.length;i++){
//
let item = tableList[i]
console.log('表格item:'+JSON.stringify(item))
//使
tmpResource.push({
@ -377,7 +377,7 @@ export default {
let fzItem = item.fzsj.fzList[j]
tmpResource.push({
mc: null,
bh: item.fzsj.mybh+fzItem.preCode+fzItem.subCode,
bh: item.fzsj.mybh+fzItem.preCode,
ph: null,
ndz: item.hhwznd + content.headerSelectFields.hhwzndUnit,
nd: item.hhwznd,
@ -449,7 +449,7 @@ export default {
for(let i=0;i<val.fzsj.fzList.length;i++){
let item = val.fzsj.fzList[i]
list.push({
bh:val.fzsj.mybh+item.subCode,
bh:val.fzsj.mybh+item.preCode,
kc:item.num,
kcdw:val.fzsj.dw,
})

+ 1
- 1
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP009.vue View File

@ -500,7 +500,7 @@ export default {
for(let i=0;i<val.fzsj.fzList.length;i++){
let item = val.fzsj.fzList[i]
list.push({
bh:val.fzsj.mybh+item.subCode,
bh:val.fzsj.mybh+item.preCode,
kc:item.num,
kcdw:val.fzsj.dw,
})

+ 2
- 2
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP010.vue View File

@ -377,7 +377,7 @@ export default {
let fzItem = item.fzsj.fzList[j]
tmpResource.push({
mc: null,
bh: item.fzsj.mybh+fzItem.preCode+fzItem.subCode,
bh: item.fzsj.mybh+fzItem.preCode,
ph: null,
ndz: item.hhwznd + content.headerSelectFields.hhwzndUnit,
nd: item.hhwznd,
@ -449,7 +449,7 @@ export default {
for(let i=0;i<val.fzsj.fzList.length;i++){
let item = val.fzsj.fzList[i]
list.push({
bh:val.fzsj.mybh+item.subCode,
bh:val.fzsj.mybh+item.preCode,
kc:item.num,
kcdw:val.fzsj.dw,
})

+ 2
- 2
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP011.vue View File

@ -377,7 +377,7 @@ export default {
let fzItem = item.fzsj.fzList[j]
tmpResource.push({
mc: null,
bh: item.fzsj.mybh+fzItem.preCode+fzItem.subCode,
bh: item.fzsj.mybh+fzItem.preCode,
ph: null,
ndz: item.hhwznd + content.headerSelectFields.hhwzndUnit,
nd: item.hhwznd,
@ -449,7 +449,7 @@ export default {
for(let i=0;i<val.fzsj.fzList.length;i++){
let item = val.fzsj.fzList[i]
list.push({
bh:val.fzsj.mybh+item.subCode,
bh:val.fzsj.mybh+item.preCode,
kc:item.num,
kcdw:val.fzsj.dw,
})

+ 2
- 2
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP012.vue View File

@ -377,7 +377,7 @@ export default {
let fzItem = item.fzsj.fzList[j]
tmpResource.push({
mc: null,
bh: item.fzsj.mybh+fzItem.preCode+fzItem.subCode,
bh: item.fzsj.mybh+fzItem.preCode,
ph: null,
ndz: item.hhwznd + content.headerSelectFields.hhwzndUnit,
nd: item.hhwznd,
@ -449,7 +449,7 @@ export default {
for(let i=0;i<val.fzsj.fzList.length;i++){
let item = val.fzsj.fzList[i]
list.push({
bh:val.fzsj.mybh+item.subCode,
bh:val.fzsj.mybh+item.preCode,
kc:item.num,
kcdw:val.fzsj.dw,
})

+ 2
- 2
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP013.vue View File

@ -365,7 +365,7 @@ export default {
let fzItem = item.fzsj.fzList[j]
tmpResource.push({
mc: null,
bh: item.fzsj.mybh+fzItem.preCode+fzItem.subCode,
bh: item.fzsj.mybh+fzItem.preCode,
ph: null,
ndz: item.hhwznd + content.headerSelectFields.hhwzndUnit,
nd: item.hhwznd,
@ -437,7 +437,7 @@ export default {
for(let i=0;i<val.fzsj.fzList.length;i++){
let item = val.fzsj.fzList[i]
list.push({
bh:val.fzsj.mybh+item.subCode,
bh:val.fzsj.mybh+item.preCode,
kc:item.num,
kcdw:val.fzsj.dw,
})

+ 2
- 2
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP014.vue View File

@ -377,7 +377,7 @@ export default {
let fzItem = item.fzsj.fzList[j]
tmpResource.push({
mc: null,
bh: item.fzsj.mybh+fzItem.preCode+fzItem.subCode,
bh: item.fzsj.mybh+fzItem.preCode,
ph: null,
ndz: item.hhwznd + content.headerSelectFields.hhwzndUnit,
nd: item.hhwznd,
@ -449,7 +449,7 @@ export default {
for(let i=0;i<val.fzsj.fzList.length;i++){
let item = val.fzsj.fzList[i]
list.push({
bh:val.fzsj.mybh+item.subCode,
bh:val.fzsj.mybh+item.preCode,
kc:item.num,
kcdw:val.fzsj.dw,
})

+ 2
- 2
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP015.vue View File

@ -377,7 +377,7 @@ export default {
let fzItem = item.fzsj.fzList[j]
tmpResource.push({
mc: null,
bh: item.fzsj.mybh+fzItem.preCode+fzItem.subCode,
bh: item.fzsj.mybh+fzItem.preCode,
ph: null,
ndz: item.hhwznd + content.headerSelectFields.hhwzndUnit,
nd: item.hhwznd,
@ -449,7 +449,7 @@ export default {
for(let i=0;i<val.fzsj.fzList.length;i++){
let item = val.fzsj.fzList[i]
list.push({
bh:val.fzsj.mybh+item.subCode,
bh:val.fzsj.mybh+item.preCode,
kc:item.num,
kcdw:val.fzsj.dw,
})

+ 2
- 2
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP016.vue View File

@ -377,7 +377,7 @@ export default {
let fzItem = item.fzsj.fzList[j]
tmpResource.push({
mc: null,
bh: item.fzsj.mybh+fzItem.preCode+fzItem.subCode,
bh: item.fzsj.mybh+fzItem.preCode,
ph: null,
ndz: item.hhwznd + content.headerSelectFields.hhwzndUnit,
nd: item.hhwznd,
@ -449,7 +449,7 @@ export default {
for(let i=0;i<val.fzsj.fzList.length;i++){
let item = val.fzsj.fzList[i]
list.push({
bh:val.fzsj.mybh+item.subCode,
bh:val.fzsj.mybh+item.preCode,
kc:item.num,
kcdw:val.fzsj.dw,
})

+ 2
- 2
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP017.vue View File

@ -377,7 +377,7 @@ export default {
let fzItem = item.fzsj.fzList[j]
tmpResource.push({
mc: null,
bh: item.fzsj.mybh+fzItem.preCode+fzItem.subCode,
bh: item.fzsj.mybh+fzItem.preCode,
ph: null,
ndz: item.hhwznd + content.headerSelectFields.hhwzndUnit,
nd: item.hhwznd,
@ -449,7 +449,7 @@ export default {
for(let i=0;i<val.fzsj.fzList.length;i++){
let item = val.fzsj.fzList[i]
list.push({
bh:val.fzsj.mybh+item.subCode,
bh:val.fzsj.mybh+item.preCode,
kc:item.num,
kcdw:val.fzsj.dw,
})

+ 2
- 2
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/SP018.vue View File

@ -378,7 +378,7 @@ export default {
let fzItem = item.fzsj.fzList[j]
tmpResource.push({
mc: null,
bh: item.fzsj.mybh+fzItem.preCode+fzItem.subCode,
bh: item.fzsj.mybh+fzItem.preCode,
ph: null,
ndz: item.hhwznd + content.headerSelectFields.hhwzndUnit,
nd: item.hhwznd,
@ -450,7 +450,7 @@ export default {
for(let i=0;i<val.fzsj.fzList.length;i++){
let item = val.fzsj.fzList[i]
list.push({
bh:val.fzsj.mybh+item.subCode,
bh:val.fzsj.mybh+item.preCode,
kc:item.num,
kcdw:val.fzsj.dw,
})

Loading…
Cancel
Save