This commit is contained in:
cwchen 2024-11-16 17:18:58 +08:00
parent f02f35db75
commit 23fd893efa
5 changed files with 8 additions and 8 deletions

View File

@ -366,7 +366,7 @@ function exportExcel() {
'id': objParam.id
}
let url = dataUrl + "backstage/partApply/exportDetail";
exportExcelUtil(url, '领料出库', JSON.stringify(params));
exportExcelUtil(url, '出库明细', JSON.stringify(params));
}
// 打印

View File

@ -223,7 +223,7 @@ function exportExcel() {
'id': objParam.id
}
let url = dataUrl + "backstage/partBack/exportDetail";
exportExcelUtil(url, '配件退回明细', JSON.stringify(params));
exportExcelUtil(url, '退料入库明细', JSON.stringify(params));
}
// 查看概述
function viewGs(obj) {

View File

@ -238,7 +238,7 @@ function exportExcel() {
'id': objParam.id
}
let url = dataUrl + "backstage/partInput/exportDetail";
exportExcelUtil(url, '配件入库', JSON.stringify(params));
exportExcelUtil(url, '入库明细', JSON.stringify(params));
}
// 打印

View File

@ -143,13 +143,13 @@ function initTable() {
// 设置盘点数量变化
function setInventory(value, value2) {
if (value === 0 && value2 === 0) {
return '<span style="color:#409EFF">0</span>';
return '<p style="color:#409EFF">0</p>';
}else if (value > 0 && value2 > 0) {
return '<span style="color:#19BE6B">盘盈:' + value + '</span><br><span style="color:#f56c6c">盘亏:' + value2 + '</span>';
return '<p style="color:#19BE6B">盘盈:' + value + '</p><p style="color:#f56c6c">盘亏:' + value2 + '</p>';
}else if (value > 0 && value2 === 0) {
return '<span style="color:#19BE6B">盘盈:' + value + '</span>';
return '<p style="color:#19BE6B">盘盈:' + value + '</p>';
}else if (value === 0 && value2 > 0) {
return '<span style="color:#f56c6c">盘亏:' + value2 + '</span>';
return '<p style="color:#f56c6c">盘亏:' + value2 + '</p>';
}
}

View File

@ -93,7 +93,7 @@
<div id="fhjj-box">
<div class="title layout">
<span style="font-weight:700;text-decoration:none;color:#409EFF;"></span>
<p>入库明细</p>
<p>退料入库明细</p>
</div>
<div class="layuimini-container">
<div class="layuimini-main">