- 31
- 0
- 约2.78千字
- 约 8页
- 2017-03-09 发布于湖南
- 举报
产品销售到说明
产品销售:销售面粉厂现有库存的商品
产品销售主页
1、凭证编号:从凭证编号表中获取select * from Voucheridgenerator where vouchertype 5(产品销售类型)
2、日期:当前日期
3、客户信息(编号,姓名,地址)通过获取按钮查询客户信息baseinfo/customer_inner.jsp customer_find.jsp
4、产品种类:面粉厂所有库存种类,在option中value typeid,显示typename; P366_306行
5、库存重量:根据产品种类显示的不同,显示相应的库存重量. P366_302行——P363_108行showstore store ;
store是传过来的商品id this.value option中的value ,在P366_295行有一个隐藏域,name是商品id,value是商品库存
即可以通过商品id得到商品库存,在P363_112goodstore.value getValue store ; — P362033行
6、每袋重量,袋数:输入
7、总重量:P362_052行showtotalWeight ,袋数*每袋重量
8、单价:输入
9、总价:P362_066行showtotalPrice , 单价 * 总重量
10、应收,实收金额:P363_085行,accountpr
原创力文档

文档评论(0)