Browse Source

1,3,6 可编辑,其他都不可编辑

master_hella_20240701
wangyufei 5 months ago
parent
commit
b068c452c7
  1. 11
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

11
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

@ -451,27 +451,26 @@ const handleImport = () => {
if(item.field == 'orderType'){
item.componentProps.disabled = true
}
if(row.status=='3'){
if(row.status=='1'||row.status=='3'||row.status=='6'){
if(item.field == 'procurementCreator'){
//
item.componentProps.disabled = true
item.componentProps.disabled = false
}
if(item.field == 'taxRate'){
//
item.componentProps.disabled = true
item.componentProps.disabled = false
}
}else{
if(item.field == 'procurementCreator'){
//
item.componentProps.disabled = false
item.componentProps.disabled = true
}
if(item.field == 'taxRate'){
//
item.componentProps.disabled = false
item.componentProps.disabled = true
}
}
})
}else{

Loading…
Cancel
Save