Browse Source

删除测试无用代码

Neil 2 years ago
parent
commit
f57aaa1e0c

+ 1 - 2
ws_objects/Ew_buy.pbl.src/f_get_defsptprice.srf

@@ -6,10 +6,9 @@ forward prototypes
 global function integer f_get_defsptprice (long arg_sptid, long arg_mtrlid, string arg_unit, string arg_status, string arg_pcode, string arg_woodcode, ref decimal arg_def_dftsptprice)
 end prototypes
 
-global function integer f_get_defsptprice (long arg_sptid, long arg_mtrlid, string arg_unit, string arg_status, string arg_pcode, string arg_woodcode, ref decimal arg_def_dftsptprice);Long rslt = 1,a
+global function integer f_get_defsptprice (long arg_sptid, long arg_mtrlid, string arg_unit, string arg_status, string arg_pcode, string arg_woodcode, ref decimal arg_def_dftsptprice);Long rslt = 1
 Decimal rtn_price
 
-
 SELECT top 1 fprice
 	INTO :rtn_price
 	FROM u_spt_price_mx

+ 1 - 1
ws_objects/Ew_mainface.pbl.src/p_ljerp_exe.srj

@@ -1,6 +1,6 @@
 $PBExportHeader$p_ljerp_exe.srj
 $PBExportComments$Generated Application Executable Project
-EXE:ewiserp.exe,scware80.pbr,0,0,0,0,
+EXE:ewiserp.exe,scware80.pbr,0,0,0,0,C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 21.0.0.1288
 CMP:0,0,0,2,0,0,1
 COM:佛山市顺德区龙嘉软件有限公司
 DES:Ewiserp

+ 0 - 2
ws_objects/Ew_mainface.pbl.src/w_book_def.srw

@@ -59,8 +59,6 @@ end event
 
 event close;call super::close;IF IsValid(w_sys_login_s) THEN
 	w_sys_login_s.Dynamic wf_getbook(True) 
-	long bb
-	bb = 1
 END IF