Browse Source

同步Q5代码

Neil 2 years ago
parent
commit
e6d5b7865b

+ 1 - 0
ws_objects/Ew_report.pbl.src/w_rp_sale_cusarea.srw

@@ -84,6 +84,7 @@ s_col3.col_2 = 'otheramt'
 s_col3.col_3 = 'gpamt'
 s_col3.col_4 = 'enamt_notax'
 s_col3.col_5 = 'gpamt_notax'
+s_col3.col_6 = 'costamt_notax'
 f_hide_col(122,dw_1,s_col3)
 
 end subroutine

+ 2 - 0
ws_objects/Ew_report.pbl.src/w_rp_sale_cust_mtrl.srw

@@ -67,6 +67,8 @@ s_col4.col_5 = 'enprice_notax'
 s_col4.col_6 = 'gpamt_notax'
 s_col4.col_7 = 'jenamt_notax'
 s_col4.col_8 = 'aprice'
+s_col4.col_9 = 'jcostamt_notax'
+s_col4.col_10 = 'costamt_notax'
 f_hide_col(122,dw_1,s_col4)
 end subroutine
 

+ 1 - 0
ws_objects/Ew_report.pbl.src/w_rp_sale_mtrl.srw

@@ -101,6 +101,7 @@ s_col_2.col_5 = 'jamt'
 s_col_2.col_6 = 'gpamt_notax'
 s_col_2.col_7 = 'grossprofit'
 s_col_2.col_8 = 'v_temp_storage_v_amt'
+s_col_2.col_9 = 'costamt_notax'
 f_hide_col(122,dw_1,s_col_2)
 
 end subroutine

+ 3 - 0
ws_objects/Ew_report.pbl.src/w_rp_sale_mx.srw

@@ -166,6 +166,9 @@ s_col3.col_1 = 'newprice'
 s_col3.col_2 = 'gpamt'
 s_col3.col_3 = 'gpamt_notax'
 s_col3.col_4 = 'enprice_notax_1'
+s_col3.col_5 = 'z_h_amt'
+s_col3.col_6 = 'costamt'
+s_col3.col_7 = 'itemamt_real'
 f_hide_col(122,dw_1,s_col3)
 
 s_hide_col s_col_mtrlsectype

+ 4 - 0
ws_objects/Ew_report.pbl.src/w_rp_sale_saletask.srw

@@ -155,6 +155,7 @@ IF dw_1.DataObject = 'dw_rp_sale_saletask' THEN
 	s_col.col_9 = 'b_enamt'
 	s_col.col_10 = 'mamt'
 	s_col.col_11 = 'realbookamt'
+	s_col.col_12 = 'opposeamt'
 	f_hide_col(122,dw_1,s_col)
 	
 	
@@ -229,6 +230,7 @@ ELSEIF dw_1.DataObject = 'dw_rp_sale_saletask_mx' THEN
 	s_col.col_8 = 'enamt2'
 	s_col.col_9 = 'b_enamt'
 	s_col.col_10 = 'mamt'
+	s_col.col_11= 'opposeamt'
 	f_hide_col(122,dw_1,s_col)
 	
 ELSEIF dw_1.DataObject = 'dw_rp_sale_saletask_hz_amt' THEN
@@ -249,6 +251,8 @@ ELSEIF dw_1.DataObject = 'dw_rp_sale_saletask_hz_amt' THEN
 	s_col = s_null
 	s_col.col_1 = 'b_enamt'
 	s_col.col_2 = 'mamt'
+	s_col.col_3 = 'opposeamt'
+	s_col.col_4 = 'stopamt'
 	f_hide_col(122,dw_1,s_col)
 END IF