优化生产制单
This commit is contained in:
parent
2e876da193
commit
a14f49f94d
|
|
@ -337,7 +337,6 @@ const downpdf = async () => {
|
|||
formData.value.remarksText = remarks2
|
||||
}
|
||||
//formData.value.saleContractNo = formData.value.orderNo
|
||||
debugger
|
||||
if(formData.value.productId){
|
||||
const material = await ProductInfoApi.getProductInfo(formData.value.productId)
|
||||
formData.value.productCode = material.code
|
||||
|
|
|
|||
Loading…
Reference in New Issue