|
@@ -393,13 +393,13 @@
|
|
|
}
|
|
|
})
|
|
|
if(typeof sums[4] =='number'){
|
|
|
- sums[4]=sums[4].toFixed(2)
|
|
|
+ sums[4]=sums[4].toFixed(3)
|
|
|
}
|
|
|
if(typeof sums[5] =='number'){
|
|
|
- sums[5]=sums[5].toFixed(2)
|
|
|
+ sums[5]=sums[5].toFixed(3)
|
|
|
}
|
|
|
if(typeof sums[6] =='number'){
|
|
|
- sums[6]=sums[6].toFixed(2)
|
|
|
+ sums[6]=sums[6].toFixed(3)
|
|
|
}
|
|
|
// sums[5]=sums[5].toFixed(2)
|
|
|
// sums[6]=sums[6].toFixed(2)
|
|
@@ -500,7 +500,7 @@
|
|
|
}
|
|
|
|
|
|
} else if (this.headerText == '打印记录') {
|
|
|
- console.log(this.parameter.startDate)
|
|
|
+ // console.log(this.parameter.startDate)
|
|
|
addselectinfoList({
|
|
|
compId: localStorage.getItem('ws-pf_compId'),
|
|
|
startDate: this.parameter.startDate,
|
|
@@ -581,11 +581,11 @@
|
|
|
}
|
|
|
},
|
|
|
startChane(e) {
|
|
|
- console.log(e)
|
|
|
+ // console.log(e)
|
|
|
},
|
|
|
//清仓
|
|
|
clearance(row) {
|
|
|
- console.log(row.outNumber)
|
|
|
+ // console.log(row.outNumber)
|
|
|
if (row.outNumber > 0) {
|
|
|
this.$confirm(`你还有未完善的出库记录,请完善提交后再进行操作`, {
|
|
|
cancelButtonText: '关闭',
|
|
@@ -822,7 +822,7 @@
|
|
|
//任务
|
|
|
handlTask() {
|
|
|
var arr = []
|
|
|
- console.log(this.list)
|
|
|
+ // console.log(this.list)
|
|
|
for (let i = 0; i < this.list.length; i++) {
|
|
|
arr.push(this.list[i].warehouseName)
|
|
|
}
|
|
@@ -881,7 +881,7 @@
|
|
|
for (let i = 0; i < response.length; i++) {
|
|
|
if (response[i].warehouseNumViewList) {
|
|
|
for (let q = 0; q < response[i].warehouseNumViewList.length; q++) {
|
|
|
- console.log(response[i].warehouseNumViewList[q])
|
|
|
+ // console.log(response[i].warehouseNumViewList[q])
|
|
|
if (response[i].warehouseNumViewList[q].inNetWeight) {
|
|
|
response[i].warehouseNumViewList[q].inNetWeight = Number(response[i].warehouseNumViewList[q]
|
|
|
.inNetWeight).toFixed(3)
|