|
|
|
@ -128,7 +128,7 @@ export default {
|
|
|
|
this.fifoSplitResult(response.data,info)
|
|
|
|
this.fifoSplitResult(response.data,info)
|
|
|
|
}).catch(() => {
|
|
|
|
}).catch(() => {
|
|
|
|
//忽略 改为false 继续提交
|
|
|
|
//忽略 改为false 继续提交
|
|
|
|
info.needSplitConfirm = false
|
|
|
|
info.needSplitConfirm = true
|
|
|
|
//触发提交
|
|
|
|
//触发提交
|
|
|
|
bizConfirm(info).then((response) => {
|
|
|
|
bizConfirm(info).then((response) => {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|