|
@ -92,6 +92,9 @@ |
|
|
<Detail |
|
|
<Detail |
|
|
ref="detailRef" |
|
|
ref="detailRef" |
|
|
:isBasic="false" |
|
|
:isBasic="false" |
|
|
|
|
|
:detailButtonIsShowAdd="false" |
|
|
|
|
|
:detailButtonIsShowEdit="false" |
|
|
|
|
|
:detailButtonIsShowDelete="false" |
|
|
:allSchemas="UnplannedreceiptRequestMain.allSchemas" |
|
|
:allSchemas="UnplannedreceiptRequestMain.allSchemas" |
|
|
:detailAllSchemas="UnplannedreceiptRequestDetail.allSchemas" |
|
|
:detailAllSchemas="UnplannedreceiptRequestDetail.allSchemas" |
|
|
:detailAllSchemasRules="UnplannedreceiptRequestDetailRules" |
|
|
:detailAllSchemasRules="UnplannedreceiptRequestDetailRules" |
|
@ -281,7 +284,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) => |
|
|
tfk['itemCode'] = item['code'] |
|
|
tfk['itemCode'] = item['code'] |
|
|
tfk['uom'] = item['uom'] |
|
|
tfk['uom'] = item['uom'] |
|
|
tfk['validityDays'] = item['validityDays'] |
|
|
tfk['validityDays'] = item['validityDays'] |
|
|
tfk['isEnableBuy'] = val[0]['enableBuy'] |
|
|
tfk['isEnableBuy'] = val[0]['enableBuy'] |
|
|
tableData.value.push(tfk) |
|
|
tableData.value.push(tfk) |
|
|
}) |
|
|
}) |
|
|
} else if (formField === 'costcentreCode') { |
|
|
} else if (formField === 'costcentreCode') { |
|
@ -554,7 +557,7 @@ const buttonTableClick = async (val, row) => { |
|
|
// 判断 是否已创建标签 |
|
|
// 判断 是否已创建标签 |
|
|
tableObject.loading = true |
|
|
tableObject.loading = true |
|
|
try { |
|
|
try { |
|
|
let isCreateLabel = false |
|
|
let isCreateLabel = false |
|
|
await PackageApi.getPackagePage({ |
|
|
await PackageApi.getPackagePage({ |
|
|
requestNumber: row.number |
|
|
requestNumber: row.number |
|
|
}).then((res) => { |
|
|
}).then((res) => { |
|
@ -564,7 +567,7 @@ const buttonTableClick = async (val, row) => { |
|
|
}) |
|
|
}) |
|
|
if (isCreateLabel) { |
|
|
if (isCreateLabel) { |
|
|
message.warning('已创建过标签!!!') |
|
|
message.warning('已创建过标签!!!') |
|
|
tableObject.loading = false |
|
|
tableObject.loading = false |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
console.log('列表-操作按钮事件-创建标签') |
|
|
console.log('列表-操作按钮事件-创建标签') |
|
@ -579,7 +582,7 @@ const buttonTableClick = async (val, row) => { |
|
|
} |
|
|
} |
|
|
// 打开创建标签页面 |
|
|
// 打开创建标签页面 |
|
|
// dialogVisible.value = true |
|
|
// dialogVisible.value = true |
|
|
tableObject.loading = false |
|
|
tableObject.loading = false |
|
|
formLabelRef.value.open('create', row) |
|
|
formLabelRef.value.open('create', row) |
|
|
console.log(detailListTableColumns.tableFormColumns) |
|
|
console.log(detailListTableColumns.tableFormColumns) |
|
|
detatableData.tableList.map((item) => { |
|
|
detatableData.tableList.map((item) => { |
|
@ -631,11 +634,10 @@ const buttonTableClick = async (val, row) => { |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}finally { |
|
|
} finally { |
|
|
tableObject.loading = false |
|
|
tableObject.loading = false |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** 关闭按钮操作 */ |
|
|
/** 关闭按钮操作 */ |
|
@ -866,7 +868,7 @@ const submitForm = async (formType, submitData) => { |
|
|
try { |
|
|
try { |
|
|
let newVal = data.subList.some((item) => item.isEnableBuy == 'TRUE') |
|
|
let newVal = data.subList.some((item) => item.isEnableBuy == 'TRUE') |
|
|
let newVal1 = data.subList.some((item) => item.isEnableBuy == 'FALSE') |
|
|
let newVal1 = data.subList.some((item) => item.isEnableBuy == 'FALSE') |
|
|
console.log(newVal,newVal1) |
|
|
console.log(newVal, newVal1) |
|
|
if (newVal && newVal1) { |
|
|
if (newVal && newVal1) { |
|
|
message.warning('不能同时选择可制造和可采购的物料') |
|
|
message.warning('不能同时选择可制造和可采购的物料') |
|
|
return |
|
|
return |
|
@ -955,25 +957,29 @@ const submitFormLabel = async (formType, data) => { |
|
|
try { |
|
|
try { |
|
|
formLabelRef.value.formLoading = true |
|
|
formLabelRef.value.formLoading = true |
|
|
detatableData.tableList.forEach(async (item) => { |
|
|
detatableData.tableList.forEach(async (item) => { |
|
|
const unitConversion = await UnitConversionApi.getUnitConversionByCode(item.itemCode); |
|
|
const unitConversion = await UnitConversionApi.getUnitConversionByCode(item.itemCode) |
|
|
let convertRate = 1//转换率 |
|
|
let convertRate = 1 //转换率 |
|
|
let purchaseUom = item.uom//采购计量单位 |
|
|
let purchaseUom = item.uom //采购计量单位 |
|
|
let purchaseStdQty//采购标包数量 |
|
|
let purchaseStdQty //采购标包数量 |
|
|
if(unitConversion!=null){ |
|
|
if (unitConversion != null) { |
|
|
if(unitConversion.convertRate!=null&&unitConversion.convertRate!='' && unitConversion.convertRate!=0){ |
|
|
if ( |
|
|
convertRate = unitConversion.convertRate; |
|
|
unitConversion.convertRate != null && |
|
|
|
|
|
unitConversion.convertRate != '' && |
|
|
|
|
|
unitConversion.convertRate != 0 |
|
|
|
|
|
) { |
|
|
|
|
|
convertRate = unitConversion.convertRate |
|
|
} |
|
|
} |
|
|
if(unitConversion.purchaseUom!=null&&unitConversion.purchaseUom!='' ){ |
|
|
if (unitConversion.purchaseUom != null && unitConversion.purchaseUom != '') { |
|
|
purchaseUom = unitConversion.purchaseUom; |
|
|
purchaseUom = unitConversion.purchaseUom |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
let purchaseQty = (item.qty / convertRate).toFixed(5);//采购每包中实际的数量 |
|
|
let purchaseQty = (item.qty / convertRate).toFixed(5) //采购每包中实际的数量 |
|
|
purchaseStdQty = (item.packQty / convertRate).toFixed(5);//采购每包中实际的数量 |
|
|
purchaseStdQty = (item.packQty / convertRate).toFixed(5) //采购每包中实际的数量 |
|
|
item.purchaseQty = purchaseQty;//采购实际每包数量 |
|
|
item.purchaseQty = purchaseQty //采购实际每包数量 |
|
|
item.convertRate = convertRate;//转换率 |
|
|
item.convertRate = convertRate //转换率 |
|
|
item.purchaseStdQty = purchaseStdQty;//采购标包数量 |
|
|
item.purchaseStdQty = purchaseStdQty //采购标包数量 |
|
|
item.purchaseUom = purchaseUom;//采购计量单位 |
|
|
item.purchaseUom = purchaseUom //采购计量单位 |
|
|
console.log('item======================',item) |
|
|
console.log('item======================', item) |
|
|
await PackageApi.createPackageLabel(item) |
|
|
await PackageApi.createPackageLabel(item) |
|
|
.then((res) => { |
|
|
.then((res) => { |
|
|
isCreateLabel.value = true |
|
|
isCreateLabel.value = true |
|
@ -1067,49 +1073,68 @@ const labelPrint = async (row) => { |
|
|
try { |
|
|
try { |
|
|
await PackageApi.getPackagePage({ |
|
|
await PackageApi.getPackagePage({ |
|
|
requestNumber: row.number |
|
|
requestNumber: row.number |
|
|
}).then((res) => { |
|
|
|
|
|
if (res.list.length > 0) { |
|
|
|
|
|
isCreateLabel.value = true |
|
|
|
|
|
} else { |
|
|
|
|
|
isCreateLabel.value = false |
|
|
|
|
|
} |
|
|
|
|
|
}).catch((err) => { |
|
|
|
|
|
isCreateLabel.value = false |
|
|
|
|
|
console.log(err) |
|
|
|
|
|
}) |
|
|
}) |
|
|
|
|
|
.then((res) => { |
|
|
|
|
|
if (res.list.length > 0) { |
|
|
|
|
|
isCreateLabel.value = true |
|
|
|
|
|
} else { |
|
|
|
|
|
isCreateLabel.value = false |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
|
|
|
.catch((err) => { |
|
|
|
|
|
isCreateLabel.value = false |
|
|
|
|
|
console.log(err) |
|
|
|
|
|
}) |
|
|
// 判断是采购还是制造 |
|
|
// 判断是采购还是制造 |
|
|
if (isCreateLabel.value) { |
|
|
if (isCreateLabel.value) { |
|
|
// labelPrint(row) |
|
|
// labelPrint(row) |
|
|
await UnplannedreceiptRequestDetailApi.getDetailList(row.masterId).then(async (res) => { |
|
|
await UnplannedreceiptRequestDetailApi.getDetailList(row.masterId).then(async (res) => { |
|
|
if (res.length > 0) { |
|
|
if (res.length > 0) { |
|
|
const itemType = res.some((item) => item.itemType == '可采购' && item.itemBasicType =='TOOL')//跳转协定品标签 |
|
|
const itemType = res.some( |
|
|
const itemType2 = res.some((item) => item.itemType == '可采购' && item.itemBasicType !='TOOL') |
|
|
(item) => item.itemType == '可采购' && item.itemBasicType == 'TOOL' |
|
|
|
|
|
) //跳转协定品标签 |
|
|
|
|
|
const itemType2 = res.some( |
|
|
|
|
|
(item) => item.itemType == '可采购' && item.itemBasicType != 'TOOL' |
|
|
|
|
|
) |
|
|
const itemType1 = res.some((item) => item.itemType == '可制造') |
|
|
const itemType1 = res.some((item) => item.itemType == '可制造') |
|
|
if (itemType) { |
|
|
if (itemType) { |
|
|
window.open( BASE_URL + '/jmreport/view/1028102732077142016?token=' + getAccessToken() + '&request_number=' + row.number ) |
|
|
window.open( |
|
|
|
|
|
BASE_URL + |
|
|
|
|
|
'/jmreport/view/1028102732077142016?token=' + |
|
|
|
|
|
getAccessToken() + |
|
|
|
|
|
'&request_number=' + |
|
|
|
|
|
row.number |
|
|
|
|
|
) |
|
|
} |
|
|
} |
|
|
if (itemType2) { |
|
|
if (itemType2) { |
|
|
window.open( BASE_URL + '/jmreport/view/1016234988731322368?token=' + getAccessToken() + '&request_number=' + row.number ) |
|
|
window.open( |
|
|
|
|
|
BASE_URL + |
|
|
|
|
|
'/jmreport/view/1016234988731322368?token=' + |
|
|
|
|
|
getAccessToken() + |
|
|
|
|
|
'&request_number=' + |
|
|
|
|
|
row.number |
|
|
|
|
|
) |
|
|
|
|
|
} |
|
|
|
|
|
if (itemType1) { |
|
|
|
|
|
// window.open(src.value + '&request_number=' + row.number) |
|
|
|
|
|
await PackageApi.batchPrintingLableForYT(row.number) |
|
|
|
|
|
.then((res) => { |
|
|
|
|
|
console.log(res) |
|
|
|
|
|
const src = ref( |
|
|
|
|
|
BASE_URL + '/jmreport/view/922734157577715712?token=' + getAccessToken() |
|
|
|
|
|
) |
|
|
|
|
|
window.open(src.value + '&asn_number=' + res) |
|
|
|
|
|
}) |
|
|
|
|
|
.catch((err) => { |
|
|
|
|
|
console.log(err) |
|
|
|
|
|
message.error('创建标签失败') |
|
|
|
|
|
}) |
|
|
} |
|
|
} |
|
|
if (itemType1) { |
|
|
|
|
|
// window.open(src.value + '&request_number=' + row.number) |
|
|
|
|
|
await PackageApi.batchPrintingLableForYT(row.number).then((res) => { |
|
|
|
|
|
console.log(res) |
|
|
|
|
|
const src = ref( |
|
|
|
|
|
BASE_URL + '/jmreport/view/922734157577715712?token=' + getAccessToken() |
|
|
|
|
|
) |
|
|
|
|
|
window.open(src.value + '&asn_number=' + res) |
|
|
|
|
|
}) |
|
|
|
|
|
.catch((err) => { |
|
|
|
|
|
console.log(err) |
|
|
|
|
|
message.error('创建标签失败') |
|
|
|
|
|
}) |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
} else { |
|
|
} else { |
|
|
message.warning('请先创建标签') |
|
|
message.warning('请先创建标签') |
|
|
} |
|
|
} |
|
|
|
|
|
} finally { |
|
|
} finally { |
|
|
tableObject.loading = false |
|
|
tableObject.loading = false |
|
|
} |
|
|
} |
|
|