支出合同,合同类型-物资采购计价方式调整
This commit is contained in:
parent
b27ed7d9cd
commit
00e06f89de
|
@ -50,7 +50,8 @@ public class OutContractFromPlugin extends AbstractBillPlugIn implements Plugin
|
||||||
} else if (number.equals("ZCHLX02") ||number.equals("wzcg01")) {
|
} else if (number.equals("ZCHLX02") ||number.equals("wzcg01")) {
|
||||||
//合同类型-物资采购 或物资采购类(已禁用
|
//合同类型-物资采购 或物资采购类(已禁用
|
||||||
comboList1.add(new ComboItem(new LocaleString("综合单价"), "gddj"));
|
comboList1.add(new ComboItem(new LocaleString("综合单价"), "gddj"));
|
||||||
comboList1.add(new ComboItem(new LocaleString("总价包干"), "zjbg"));
|
//comboList1.add(new ComboItem(new LocaleString("总价包干"), "zjbg"));
|
||||||
|
comboList1.add(new ComboItem(new LocaleString("不定量不定价"), "bdlbdj"));
|
||||||
comboList.add(new ComboItem(new LocaleString("全面合作"), "A"));
|
comboList.add(new ComboItem(new LocaleString("全面合作"), "A"));
|
||||||
comboList.add(new ComboItem(new LocaleString("局部合作"), "B"));
|
comboList.add(new ComboItem(new LocaleString("局部合作"), "B"));
|
||||||
Object pricetype = this.getModel().getValue("zcgj_pricetype");//计价方式
|
Object pricetype = this.getModel().getValue("zcgj_pricetype");//计价方式
|
||||||
|
|
Loading…
Reference in New Issue