|
@ -967,5 +967,8 @@ const handleSelectionPublish = async ()=>{ |
|
|
onMounted(async () => { |
|
|
onMounted(async () => { |
|
|
getList() |
|
|
getList() |
|
|
importTemplateData.templateUrl = await PurchasePlanMainApi.importTemplate() |
|
|
importTemplateData.templateUrl = await PurchasePlanMainApi.importTemplate() |
|
|
|
|
|
nextTick(()=>{ |
|
|
|
|
|
tableColumns.value=tableColumns.value.filter(item=>item.field!='shippedQty'&&item.field!='notReceiveQty') |
|
|
|
|
|
}) |
|
|
}) |
|
|
}) |
|
|
</script> |
|
|
</script> |
|
|