|
@@ -1307,6 +1307,7 @@
|
|
|
warehousing.statusFlag = 1
|
|
|
warehousing.inOutFlag =
|
|
|
warehousing.id = warehousing.warehouseInOutId
|
|
|
+ warehousing.warehouseInOutDetail.id = warehousing.warehouseInOutId
|
|
|
addstorageputList(warehousing).toPromise().then((response) => {
|
|
|
if (response == 'OK') {
|
|
|
this.getList()
|
|
@@ -1345,6 +1346,7 @@
|
|
|
warehousing.inOutFlag = 2
|
|
|
delete warehousing.status
|
|
|
warehousing.id = warehousing.warehouseInOutId
|
|
|
+ warehousing.warehouseInOutDetail.id = warehousing.warehouseInOutId
|
|
|
addstorageputList(warehousing).toPromise().then((response) => {
|
|
|
if (response == 'OK') {
|
|
|
this.getList()
|
|
@@ -1412,6 +1414,7 @@
|
|
|
warehousing.inOutType = that.weighingList.inOutType
|
|
|
warehousing.deductionAmount = that.weighingList.deductionAmount
|
|
|
warehousing.id = warehousing.warehouseInOutId
|
|
|
+ warehousing.warehouseInOutDetail.id = warehousing.warehouseInOutId
|
|
|
// delete that.inOutDate.status
|
|
|
that.inOutDate = Object.assign(that.inOutDate, warehousing)
|
|
|
addstorageputList(that.inOutDate).toPromise().then((response) => {})
|
|
@@ -1729,7 +1732,7 @@
|
|
|
border-radius: 4px;
|
|
|
min-width: 355px;
|
|
|
width: 40%;
|
|
|
- min-height: 685px;
|
|
|
+ min-height: 760px;
|
|
|
|
|
|
.but {
|
|
|
position: absolute;
|
|
@@ -1787,7 +1790,7 @@
|
|
|
padding: 10px;
|
|
|
margin-left: 20px;
|
|
|
border-radius: 4px;
|
|
|
- min-height: 685px;
|
|
|
+ min-height: 760px;
|
|
|
}
|
|
|
|
|
|
.screen {
|