|
|
@ -297,6 +297,9 @@ |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 用于跳转导入库页面 |
|
|
|
|
|
*/ |
|
|
applicationIn = function(){ |
|
|
applicationIn = function(){ |
|
|
miniTab.openNewTabByIframeNew({ |
|
|
miniTab.openNewTabByIframeNew({ |
|
|
href: "/application_In_temporaryValue", |
|
|
href: "/application_In_temporaryValue", |
|
|
@ -304,14 +307,20 @@ |
|
|
}); |
|
|
}); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 用于跳转到出库页面 |
|
|
|
|
|
*/ |
|
|
applicationOut = function () { |
|
|
applicationOut = function () { |
|
|
miniTab.openNewTabByIframeNew({ |
|
|
miniTab.openNewTabByIframeNew({ |
|
|
href: "/application_Out_temporaryValue", |
|
|
href: "/application_Out_temporaryValue", |
|
|
title: "出库申请" |
|
|
title: "出库申请" |
|
|
}); |
|
|
}); |
|
|
} |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 用于选择选择框 |
|
|
|
|
|
*/ |
|
|
checkedInputCheck = function () { |
|
|
checkedInputCheck = function () { |
|
|
if(chooseIdList.length > 0){ |
|
|
if(chooseIdList.length > 0){ |
|
|
for (const checkedId of chooseIdList) { |
|
|
for (const checkedId of chooseIdList) { |
|
|
|