fix 现存量打印
This commit is contained in:
parent
d2c15a6614
commit
a27f217e4d
@ -46,7 +46,7 @@ export function Getprinter(data: any) {
|
|||||||
*/
|
*/
|
||||||
export function updateRemark(data: any) {
|
export function updateRemark(data: any) {
|
||||||
return request({
|
return request({
|
||||||
url: '/api/label/updateRemark',
|
url: '/api/api/label/updateRemark',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
});
|
});
|
||||||
@ -57,7 +57,7 @@ export function updateRemark(data: any) {
|
|||||||
*/
|
*/
|
||||||
export function updateTruegg(data: any) {
|
export function updateTruegg(data: any) {
|
||||||
return request({
|
return request({
|
||||||
url: '/api/label/updateTruegg',
|
url: '/api/api/label/updateTruegg',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
});
|
});
|
||||||
@ -97,7 +97,7 @@ export function getSpecList(data: any) {
|
|||||||
|
|
||||||
export function labelMaterial(data: any) {
|
export function labelMaterial(data: any) {
|
||||||
return request({
|
return request({
|
||||||
url: '/api/label/labelMaterial',
|
url: '/api/api/label/labelMaterial',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
});
|
});
|
||||||
|
@ -505,6 +505,7 @@ const handleQuery = () => {
|
|||||||
function getStorageSpec() {
|
function getStorageSpec() {
|
||||||
state.queryParams.params.LOCATIONNAME = ''
|
state.queryParams.params.LOCATIONNAME = ''
|
||||||
state.AllLocationList = []
|
state.AllLocationList = []
|
||||||
|
if(state.queryParams.params.ERPLOCATION) {
|
||||||
getQueryList({
|
getQueryList({
|
||||||
queryId: 'GetLocationList',
|
queryId: 'GetLocationList',
|
||||||
version: 'WEB00001',
|
version: 'WEB00001',
|
||||||
@ -517,6 +518,7 @@ function getStorageSpec() {
|
|||||||
locatioNFilter('')
|
locatioNFilter('')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function getGetPrintLabelType() {
|
function getGetPrintLabelType() {
|
||||||
state.queryParams.params.LOCATIONNAME = ''
|
state.queryParams.params.LOCATIONNAME = ''
|
||||||
@ -547,6 +549,7 @@ function locatioNFilter(query: any) {
|
|||||||
function getERPLocation() {
|
function getERPLocation() {
|
||||||
state.queryParams.params.LOCATIONNAME = ''
|
state.queryParams.params.LOCATIONNAME = ''
|
||||||
state.queryParams.params.ERPLOCATION = ''
|
state.queryParams.params.ERPLOCATION = ''
|
||||||
|
if (state.queryParams.params.ERPFACTORY) {
|
||||||
getQueryList({
|
getQueryList({
|
||||||
// queryId: "GetERPLocationForCreatePO",
|
// queryId: "GetERPLocationForCreatePO",
|
||||||
queryId: 'GetErpLocationList',
|
queryId: 'GetErpLocationList',
|
||||||
@ -563,6 +566,7 @@ function getERPLocation() {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function ERPFactoryQuery() {
|
function ERPFactoryQuery() {
|
||||||
getORG({ orgNo: null })
|
getORG({ orgNo: null })
|
||||||
@ -611,9 +615,9 @@ function commitDESC_CN() {
|
|||||||
.then((res: any) => {
|
.then((res: any) => {
|
||||||
console.log(res.success)
|
console.log(res.success)
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
// ElMessageBox.alert('修改实际规格成功', '提醒框', {
|
ElMessageBox.alert('修改实际规格成功', '提醒框', {
|
||||||
// confirmButtonText: 'OK',
|
confirmButtonText: 'OK',
|
||||||
// })
|
})
|
||||||
} else {
|
} else {
|
||||||
ElMessageBox.alert(res.message, '提醒框', {
|
ElMessageBox.alert(res.message, '提醒框', {
|
||||||
confirmButtonText: 'OK'
|
confirmButtonText: 'OK'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user