Browse Source

大件打码传参备注

zhuwei 1 year ago
parent
commit
3a4b0fc3e4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      static/basejs/tg_small_v010.js

+ 4 - 4
static/basejs/tg_small_v010.js

@@ -205,10 +205,10 @@ function small_v010_print(result,type,idList,reptQty,sign_type) {
                             dataType: "json",
                             data: {
                                 "type": type,
-                                "idList": idList,
-                                "reptQty": reptQty,
-                                "sign_type": sign_type,
-                                "status": 1,
+                                "idList": idList,   //大件id
+                                "reptQty": reptQty,     //打印数量
+                                "sign_type": sign_type,     //标签类型:1为大件标签,2为小件标签
+                                "status": 1,    //标识
                             },
                             error:function (XMLHttpRequest, textStatus, errorThrown){
                                 $.messager.alert('系统提示', '数据加载错误,请刷新重试!', 'error');