|
@@ -140,7 +140,7 @@
|
|
<div class="but">
|
|
<div class="but">
|
|
<!-- <el-button @click="print" type="primary" :disabled="submitAllow">提交</el-button> -->
|
|
<!-- <el-button @click="print" type="primary" :disabled="submitAllow">提交</el-button> -->
|
|
<el-button @click="print" v-if="information == '毛重'" type="primary">保存</el-button>
|
|
<el-button @click="print" v-if="information == '毛重'" type="primary">保存</el-button>
|
|
- <el-button @click="print" v-if="information == '皮重'" type="primary" :disabled="submitAllow">保存并打印</el-button>
|
|
|
|
|
|
+ <el-button @click="print" v-if="information == '皮重'" type="primary" >保存并打印</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -1000,6 +1000,7 @@ this.deptBudgetTotal = this.carList.length
|
|
warehousing.deductionAmount = this.weighingList.deductionAmount
|
|
warehousing.deductionAmount = this.weighingList.deductionAmount
|
|
warehousing.deductionWeight = this.weighingList.deductionWeight
|
|
warehousing.deductionWeight = this.weighingList.deductionWeight
|
|
warehousing.warehouseInOutDetail = {}
|
|
warehousing.warehouseInOutDetail = {}
|
|
|
|
+ warehousing.baseId =warehousing.warehouseId
|
|
delete warehousing.qualityInspectionManagement
|
|
delete warehousing.qualityInspectionManagement
|
|
}
|
|
}
|
|
if (this.tpyeNo == 1) {
|
|
if (this.tpyeNo == 1) {
|
|
@@ -1064,6 +1065,7 @@ this.deptBudgetTotal = this.carList.length
|
|
warehousing.deductionAmount *= 1000
|
|
warehousing.deductionAmount *= 1000
|
|
warehousing.deductionWeight /= 1000
|
|
warehousing.deductionWeight /= 1000
|
|
warehousing.statusFlag = 1
|
|
warehousing.statusFlag = 1
|
|
|
|
+ warehousing.inOutFlag =2
|
|
addstorageputList(warehousing).toPromise().then((response) => {
|
|
addstorageputList(warehousing).toPromise().then((response) => {
|
|
// if(response == "OK"){
|
|
// if(response == "OK"){
|
|
// this.getList()
|
|
// this.getList()
|
|
@@ -1102,6 +1104,7 @@ this.deptBudgetTotal = this.carList.length
|
|
warehousing.pureWeight = 1000
|
|
warehousing.pureWeight = 1000
|
|
warehousing.deductionAmount *= 1000
|
|
warehousing.deductionAmount *= 1000
|
|
warehousing.deductionWeight /= 1000
|
|
warehousing.deductionWeight /= 1000
|
|
|
|
+ warehousing.inOutFlag =2
|
|
addstorageputList(warehousing).toPromise().then((response) => {})
|
|
addstorageputList(warehousing).toPromise().then((response) => {})
|
|
}
|
|
}
|
|
getPrint({
|
|
getPrint({
|