Explorar o código

商品编号字段提示改为"产品编码"

沈静伟 %!s(int64=4) %!d(string=hai) anos
pai
achega
4e4443cbe4

+ 2 - 2
src/dsb/com/cnd3b/restcontroller/customer/products/products.java

@@ -98,8 +98,8 @@ public class products extends Controller {
      */
      */
     public String insertOrModifyProducts() throws D3bException, P2Exception {
     public String insertOrModifyProducts() throws D3bException, P2Exception {
         long tagents_productid = content.getLongValue("tagents_productid");//商品ID,新增时传0
         long tagents_productid = content.getLongValue("tagents_productid");//商品ID,新增时传0
-        String fprodnum = content.getString("fprodnum", "tagents_product.fprodnum", "商品编号");
-        String fprodname = content.getString("fprodname", "tagents_product.fprodname", "品名称");
+        String fprodnum = content.getString("fprodnum", "tagents_product.fprodnum", "产品编码");
+        String fprodname = content.getString("fprodname", "tagents_product.fprodname", "品名称");
         double fprice = content.getDoubleValue("fprice");
         double fprice = content.getDoubleValue("fprice");
         String fprodclassname = content.getString("fprodclassname", "tagents_product.fprodclassname", "经营类目");
         String fprodclassname = content.getString("fprodclassname", "tagents_product.fprodclassname", "经营类目");
         String fintroduction = content.getString("fintroduction", "tagents_product.fintroduction", "产品介绍");
         String fintroduction = content.getString("fintroduction", "tagents_product.fintroduction", "产品介绍");