gaowenwei 8 years ago
parent
commit
9f02ef1099
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      BWP.B3ButcherManageExport/BL/NC/script/大红门付款单导NC凭证.py

+ 4
- 4
BWP.B3ButcherManageExport/BL/NC/script/大红门付款单导NC凭证.py View File

@ -1,7 +1,7 @@
from TSingSoft.Butchery_ZiYuan.BO import NcVoucher;
from TSingSoft.Butchery_ZiYuan.BO import NcVoucherEntry;
from TSingSoft.Butchery_ZiYuan.BO import Items;
from TSingSoft.Butchery_ZiYuan.BO import Otheruserdata;
from BWP.B3ButcherManageExport.BO import NcVoucher;
from BWP.B3ButcherManageExport.BO import NcVoucherEntry;
from BWP.B3ButcherManageExport.BO import Items;
from BWP.B3ButcherManageExport.BO import Otheruserdata;
from System import Convert;
class BLMethodEvents(BLMethodEventsBase):
def before(self):


Loading…
Cancel
Save