|
|
|
|
|
if $product_array[loop].radioType eq '0'
$langBatchProductTypeZero
/if
if $product_array[loop].radioType eq '1'
$langBatchProductTypeOne
/if
if $product_array[loop].radioType eq '2'
$langBatchProductTypeTwo
/if
if $product_array[loop].radioSelltype eq '0'
$langBatchProductSellTypeZero
/if
if $product_array[loop].radioSelltype eq '1'
$langBatchProductSellTypeOne
/if
if $product_array[loop].radioSelltype eq '2'
$langBatchProductSellTypeTwo
/if
|
if $product_array[loop].radioTransfee eq '0'
$langBatchProductTransfeeChargeOne
else
$langBatchProductTransfeeChargeTwo
if $product_array[loop].pyTF neq 0
$langBatchProductTransfeePY : $product_array[loop].pyTF
/if
if $product_array[loop].emsTF neq 0
$langBatchProductTransfeeEMS : $product_array[loop].emsTF
/if
if $product_array[loop].kdTF neq 0
$langBatchProductTransfeeKD : $product_array[loop].kdTF
/if
/if
|