|
@@ -1,7 +1,7 @@
|
|
//现货销售出库报表
|
|
//现货销售出库报表
|
|
<template>
|
|
<template>
|
|
- <div class="">
|
|
|
|
- <div style="height: 100%" class="content">
|
|
|
|
|
|
+ <div class="container">
|
|
|
|
+ <div style="height: 100%" class="">
|
|
<el-row class="content1">
|
|
<el-row class="content1">
|
|
<el-col style="padding-left: 15px; width:40%" :span="16">
|
|
<el-col style="padding-left: 15px; width:40%" :span="16">
|
|
<ws-button type="primary" v-hasPermission="`report.goodsSaleOutReport.carry`" @click="adopt()">备注
|
|
<ws-button type="primary" v-hasPermission="`report.goodsSaleOutReport.carry`" @click="adopt()">备注
|
|
@@ -190,7 +190,7 @@
|
|
<span @click='fujian2(scope.row)' v-if="scope.row.returnFlag == null">{{scope.row.netWeight }}</span>
|
|
<span @click='fujian2(scope.row)' v-if="scope.row.returnFlag == null">{{scope.row.netWeight }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
-
|
|
|
|
|
|
+
|
|
<el-table-column class="table_td" prop="settlementWeight" label="结算重量(吨)">
|
|
<el-table-column class="table_td" prop="settlementWeight" label="结算重量(吨)">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div class="inputChenge">
|
|
<div class="inputChenge">
|
|
@@ -569,8 +569,8 @@
|
|
type: 'warning',
|
|
type: 'warning',
|
|
})
|
|
})
|
|
return
|
|
return
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|
|
num=(Number(this.modification[i].amountEdReceivable)-Number(this.modification[i].alreadyInvoice))+Number(num)
|
|
num=(Number(this.modification[i].amountEdReceivable)-Number(this.modification[i].alreadyInvoice))+Number(num)
|
|
}
|
|
}
|
|
@@ -598,7 +598,7 @@
|
|
type: 'warning',
|
|
type: 'warning',
|
|
})
|
|
})
|
|
})
|
|
})
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
weightedit(item){
|
|
weightedit(item){
|
|
item.identification2='true'
|
|
item.identification2='true'
|
|
@@ -665,8 +665,8 @@
|
|
this.activeName = this.tranProcessInfo[0].name
|
|
this.activeName = this.tranProcessInfo[0].name
|
|
this.tranType = this.tranProcessInfo[0].tranType
|
|
this.tranType = this.tranProcessInfo[0].tranType
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
if (this.contractNoList[i].depositUrl) {
|
|
if (this.contractNoList[i].depositUrl) {
|
|
this.addressUrlArray = this.contractNoList[i].depositUrl.split(',')
|
|
this.addressUrlArray = this.contractNoList[i].depositUrl.split(',')
|
|
} else {
|
|
} else {
|
|
@@ -703,7 +703,7 @@
|
|
}else{
|
|
}else{
|
|
row.identification1 = 'true'
|
|
row.identification1 = 'true'
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
weightClick(row,flag) {
|
|
weightClick(row,flag) {
|
|
if (
|
|
if (
|
|
@@ -762,7 +762,7 @@
|
|
message: '结算单价修改成功',
|
|
message: '结算单价修改成功',
|
|
})
|
|
})
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
this.getList(this.orderList.deliverType)
|
|
this.getList(this.orderList.deliverType)
|
|
})
|
|
})
|
|
.catch(() => {
|
|
.catch(() => {
|