Merge branch 'main' of http://162.14.99.253:3000/10539622/2025-03-JS-SDK-CLI
This commit is contained in:
commit
9e04b8caa6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user