P
puremoonstone
Unregistered / Unconfirmed
GUEST, unregistred user!
如
with querygoodsinfo do
begin
with sql do
begin
close;
clear;
text:='select * from 丝类进仓单商品信息 where 进仓单号='''+Strjcdh+'''';
end;
open;
end;
对querygoodsinfo添加一个字段"付款编号"该怎么添加?
谢谢!
with querygoodsinfo do
begin
with sql do
begin
close;
clear;
text:='select * from 丝类进仓单商品信息 where 进仓单号='''+Strjcdh+'''';
end;
open;
end;
对querygoodsinfo添加一个字段"付款编号"该怎么添加?
谢谢!