Commit 8718313b by yyq1988

细节调整

parent 72330993
......@@ -332,6 +332,11 @@ $(document).ready(function() {
jp.error('二维码不存在!')
}
}
/**
* 清除二维码
* @param id 明细id
*/
function cleanQr(id) {
jp.confirm('确认清除二维码吗?', function (){
jp.get("${ctx}/warehouse/profitwarehousing/profitWarehousing/cleanQr?profitWarehousingInfoId="+id, function (res) {
......@@ -340,6 +345,11 @@ $(document).ready(function() {
})
}
/**
* 入库
* @param id 明细id
* @param rowIndex 主表下标
*/
function inLedgerInfo(id, rowIndex ){
jp.get("${ctx}/warehouse/profitwarehousing/profitWarehousing/inLedgerInfo?profitWarehousingInfoId="+ id, function (res){
if(res.success){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment