Commit ec249ce4 authored by jingnan's avatar jingnan 👀

返厂入库供应商和到货时间也可以修改

parent ecb17e77
...@@ -782,7 +782,7 @@ export default { ...@@ -782,7 +782,7 @@ export default {
}) })
if (data.length > 0) { if (data.length > 0) {
this.formData[0].data.forEach(item => { this.formData[0].data.forEach(item => {
if (item.key !== 'extDxProductAreaId') { if (item.key !== 'extDxProductAreaId' && item.key !== 'extDxSipplierId' && item.key !== 'arrivalDate') {
item.component.disabled = true item.component.disabled = true
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment