Commit c0e6838a authored by 刘学辉's avatar 刘学辉

物料主数据调整

parent bbcebf6c
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
<div class="hg-form-row"> <div class="hg-form-row">
<x:inputC name="matnr" label="物品编码" readonly="true" labelCol="1" fieldCol="2"/> <x:inputC name="matnr" label="物品编码" readonly="true" labelCol="1" fieldCol="2"/>
<x:inputC name="mbrsh" label="行业" labelCol="1" fieldCol="2"/> <!--x:inputC name="mbrsh" label="行业" labelCol="1" fieldCol="2"/-->
<x:selectC name="mtart" label="物品类型" required="true" labelCol="1" fieldCol="2" dictionary="suppliesType"/> <x:selectC name="mtart" label="物品类型" required="true" labelCol="1" fieldCol="2" dictionary="suppliesType"/>
<x:inputC name="matklName" label="物料组" required="true" labelCol="1" fieldCol="2" wrapper="select"/> <x:inputC name="matklName" label="物料组" required="true" labelCol="1" fieldCol="2" wrapper="select"/>
<x:hidden name="matkl"/> <x:hidden name="matkl"/>
......
...@@ -330,6 +330,7 @@ public class NonProdApplyDeptApplicationImpl extends BaseApplication implements ...@@ -330,6 +330,7 @@ public class NonProdApplyDeptApplicationImpl extends BaseApplication implements
} }
//存储分区标识默认001 //存储分区标识默认001
sapVO.setLgbkz("001"); sapVO.setLgbkz("001");
sapVO.setMbrsh("M");//行业默认M
//销售单位转换 //销售单位转换
if (StringUtil.isNotBlank(sapVO.getVrkme())){ if (StringUtil.isNotBlank(sapVO.getVrkme())){
Map<String,Object> unitsaleMap = new HashMap<>(); Map<String,Object> unitsaleMap = new HashMap<>();
......
...@@ -223,7 +223,7 @@ public class NonProdApplyNextController extends CommonController { ...@@ -223,7 +223,7 @@ public class NonProdApplyNextController extends CommonController {
/** /**
* 分发表单 * 分发表单
* */
public String distributeSapNonProdApplyDept() { public String distributeSapNonProdApplyDept() {
SDO sdo = this.getSDO(); SDO sdo = this.getSDO();
nonProdApplyDeptApplication.distributeSapNonProdApplyDept(sdo); nonProdApplyDeptApplication.distributeSapNonProdApplyDept(sdo);
......
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