|
|
|
@ -221,6 +221,14 @@ |
|
|
|
</el-input-group> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4"> |
|
|
|
<el-form-item label="领料方式"> |
|
|
|
<el-select v-model="modalData.issueMethod" :disabled="modalDisableFlag" placeholder="请选择" style="width: 100%"> |
|
|
|
<el-option label="按单领料" value="按单领料"></el-option> |
|
|
|
<el-option label="入库倒冲" value="入库倒冲"></el-option> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</div> |
|
|
|
|
|
|
|
@ -1279,6 +1287,7 @@ |
|
|
|
inboundWarehouseName: '', |
|
|
|
outboundWarehouseId: '', |
|
|
|
outboundWarehouseName: '', |
|
|
|
issueMethod: '', |
|
|
|
inboundLocationId: '', |
|
|
|
inboundLocationName: '', |
|
|
|
active: '', |
|
|
|
@ -2102,7 +2111,8 @@ |
|
|
|
minValue: row.minValue, |
|
|
|
adhesiveActivePeriodFlag: row.adhesiveActivePeriodFlag, |
|
|
|
thawingDuration: row.thawingDuration, |
|
|
|
accumulatedExposureDuration: row.accumulatedExposureDuration |
|
|
|
accumulatedExposureDuration: row.accumulatedExposureDuration, |
|
|
|
issueMethod: row.issueMethod |
|
|
|
} |
|
|
|
this.modalDisableFlag = false |
|
|
|
this.modalFlag = true |
|
|
|
@ -2148,7 +2158,8 @@ |
|
|
|
minValue: row.minValue, |
|
|
|
adhesiveActivePeriodFlag: row.adhesiveActivePeriodFlag, |
|
|
|
thawingDuration: row.thawingDuration, |
|
|
|
accumulatedExposureDuration: row.accumulatedExposureDuration |
|
|
|
accumulatedExposureDuration: row.accumulatedExposureDuration, |
|
|
|
issueMethod: row.issueMethod |
|
|
|
} |
|
|
|
this.modalDisableFlag = true |
|
|
|
this.modalFlag = true |
|
|
|
|