This commit is contained in:
王帅 2025-05-21 19:31:22 +08:00
commit 9e04b8caa6

View File

@ -728,7 +728,6 @@ async function sendToERP() {
.then((res: any) => { .then((res: any) => {
console.log(res) console.log(res)
if (res.success) { if (res.success) {
;(state.OpCode = ''),
ElMessageBox.alert('入库成功', '提醒框', { ElMessageBox.alert('入库成功', '提醒框', {
confirmButtonText: 'OK' confirmButtonText: 'OK'
}) })
@ -847,7 +846,7 @@ function getStorageSpec(value: any) {
function getERPLocation(erpfactory: any) { function getERPLocation(erpfactory: any) {
getQueryList({ getQueryList({
queryId: 'GetERPLocationForCreatePO', queryId: 'GetERPLocationForCreatePO',
version: '00001', version: '00002',
params: { params: {
SITENAME: 'SDK', SITENAME: 'SDK',
ERPFACTORYNAME: erpfactory //PO ERPFACTORYNAME: erpfactory //PO