|
@@ -119,7 +119,7 @@
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<div class="formItem">
|
|
<div class="formItem">
|
|
<ws-form-item label="扣重(KG)" span="1" prop="buckleMiscellaneous"
|
|
<ws-form-item label="扣重(KG)" span="1" prop="buckleMiscellaneous"
|
|
- v-if="information == '皮重' && paramType == '2' || inWarehouseType == 1">
|
|
|
|
|
|
+ v-if="information == '皮重' && (paramType == '2' || inWarehouseType == 1)">
|
|
<ws-input type="number" @mousewheel.native.prevent v-model="weighingList.buckleMiscellaneous"
|
|
<ws-input type="number" @mousewheel.native.prevent v-model="weighingList.buckleMiscellaneous"
|
|
@input="calculation" placeholder="请输入扣重" maxlength="100" size="small" />
|
|
@input="calculation" placeholder="请输入扣重" maxlength="100" size="small" />
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
@@ -438,6 +438,7 @@
|
|
})
|
|
})
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+this.deptBudgetTotal = this.carList.length
|
|
},
|
|
},
|
|
handleSizeChange(val) {
|
|
handleSizeChange(val) {
|
|
console.log(`每页 ${val} 条`)
|
|
console.log(`每页 ${val} 条`)
|
|
@@ -980,7 +981,7 @@
|
|
)
|
|
)
|
|
warehousing.backOffice = _data.content.showCompName + '-' + _data.content.staffName
|
|
warehousing.backOffice = _data.content.showCompName + '-' + _data.content.staffName
|
|
warehousing.grossWeight = this.weighingList.grossWeight
|
|
warehousing.grossWeight = this.weighingList.grossWeight
|
|
- warehousing.tare= this.weighingList.tare
|
|
|
|
|
|
+ warehousing.tare = this.weighingList.tare
|
|
warehousing.netWeight = this.weighingList.netWeight
|
|
warehousing.netWeight = this.weighingList.netWeight
|
|
warehousing.pureWeight = this.weighingList.pureWeight
|
|
warehousing.pureWeight = this.weighingList.pureWeight
|
|
warehousing.deductionAmount = this.weighingList.deductionAmount
|
|
warehousing.deductionAmount = this.weighingList.deductionAmount
|
|
@@ -1042,14 +1043,18 @@
|
|
})
|
|
})
|
|
//贸易入库需要走再入库接口
|
|
//贸易入库需要走再入库接口
|
|
if(this.inWarehouseType == 1){
|
|
if(this.inWarehouseType == 1){
|
|
- warehousing.grossWeight /= 1000
|
|
|
|
|
|
+ warehousing.grossWeight /= 1000
|
|
warehousing.tare /= 1000
|
|
warehousing.tare /= 1000
|
|
warehousing.netWeight /= 1000
|
|
warehousing.netWeight /= 1000
|
|
warehousing.pureWeight = 1000
|
|
warehousing.pureWeight = 1000
|
|
warehousing.deductionAmount *= 1000
|
|
warehousing.deductionAmount *= 1000
|
|
warehousing.deductionWeight /= 1000
|
|
warehousing.deductionWeight /= 1000
|
|
- warehousing.statusFlag = 1
|
|
|
|
- addstorageputList(warehousing).toPromise().then((response) => {})
|
|
|
|
|
|
+ warehousing.statusFlag = 1
|
|
|
|
+ addstorageputList(warehousing).toPromise().then((response) => {
|
|
|
|
+ // if(response == "OK"){
|
|
|
|
+ // this.getList()
|
|
|
|
+ // }
|
|
|
|
+ })
|
|
}
|
|
}
|
|
})
|
|
})
|
|
.catch((response) => {
|
|
.catch((response) => {
|
|
@@ -1142,7 +1147,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
/deep/.ws-info-table .el-form-item .el-form-item__label {
|
|
/deep/.ws-info-table .el-form-item .el-form-item__label {
|
|
- width: 30%;
|
|
|
|
|
|
+ width: 25%;
|
|
text-align: center;
|
|
text-align: center;
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -1191,7 +1196,7 @@
|
|
margin: 0 20px 20px 20px;
|
|
margin: 0 20px 20px 20px;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 130px;
|
|
top: 130px;
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 91%;
|
|
|
|
|
|
.zujian {
|
|
.zujian {
|
|
position: relative;
|
|
position: relative;
|
|
@@ -1271,14 +1276,15 @@
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
}
|
|
}
|
|
.in_css,.in_cssno,.in_cssno1,.in_css1{
|
|
.in_css,.in_cssno,.in_cssno1,.in_css1{
|
|
- width: 76px;
|
|
|
|
|
|
+ width: 80px;
|
|
height: 32px;
|
|
height: 32px;
|
|
padding: 3px 10px;
|
|
padding: 3px 10px;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
- font-size: 14px;
|
|
|
|
|
|
+ font-size: 15px;
|
|
line-height: 28px;
|
|
line-height: 28px;
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
+ font-weight: 600;
|
|
}
|
|
}
|
|
.in_css{
|
|
.in_css{
|
|
color: #5878E8;
|
|
color: #5878E8;
|
|
@@ -1484,6 +1490,9 @@
|
|
color: #5878E8 ;
|
|
color: #5878E8 ;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ /deep/.el-select{
|
|
|
|
+ width: 50%;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.frame{
|
|
.frame{
|
|
border-bottom: 1px solid #D8DCE6;
|
|
border-bottom: 1px solid #D8DCE6;
|