合同获取标准价优化
This commit is contained in:
ljw 2025-01-06 20:00:53 +08:00
parent 857e1b9458
commit f18e6d1d13

View File

@ -56,6 +56,9 @@ public class XSalesOrderFromEdit extends AbstractBillPlugIn {
if ("yem_es_materialinfo".equals(name)) {
setMaterialType(rowIndex);
}
if ("yem_multiconfig".equals(name)){
this.getModel().setValue("yem_linetypes","add",rowIndex);
}
}
}