Commit 061a8636 authored by 李驰骋's avatar 李驰骋

进货默认单别5101,领料单传输库房

parent 3d15cab5
......@@ -180,7 +180,7 @@ import i18n from '../../lang/index'
form: {
tg010: '01',
tg001: '5801',
tg014: '510',
tg014: '5101',
tg015: null,
// tc006: null,
// tb005: null,
......@@ -243,7 +243,7 @@ import i18n from '../../lang/index'
this.form = {
tg010: '01',
tg001: '5801',
tg014: '510',
tg014: '5101',
tg015: null,
// tc006: null,
// tb005: null,
......
......@@ -201,11 +201,12 @@ import i18n from '../../lang/index'
},
submit(){
const arr = this.chargaArr.filter(v=>v.show)
const purcdPrintParamsList = arr.map(v => ({quantity: v.quantity, tb003: v.tb003, tb006: v.tb006, te010: v.te010, te025: v.te025}))
const purcdPrintParamsList = arr.map(v => ({quantity: v.quantity, tb003: v.tb003, tb006: v.tb006, te010: v.te010, te025: v.te025, te008:v.tb009}))
this.$u.api.moctccreate({
ta001: this.info.ta001,
ta002: this.info.ta002,
tc001: this.info.tc001,
warehouse: this.form.ck,
moctes: purcdPrintParamsList
})
.then(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment