|
@@ -333,7 +333,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column show-overflow-tooltip label="采购备注" align="center" prop="puRemark" width="150px"/>
|
|
<el-table-column show-overflow-tooltip label="采购备注" align="center" prop="puRemark" width="150px"/>
|
|
<!-- <el-table-column show-overflow-tooltip label="末级供应仓库存量" align="center" prop="lastWarehouseQty" /> -->
|
|
<!-- <el-table-column show-overflow-tooltip label="末级供应仓库存量" align="center" prop="lastWarehouseQty" /> -->
|
|
- <el-table-column show-overflow-tooltip label="调拨占有量" align="center" prop="superiorAllotQty" width="150px"/>
|
|
|
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨占有量" align="center" prop="allotQty" width="150px"/>
|
|
<el-table-column show-overflow-tooltip label="最终净需求量" align="center" prop="resDemandQty" width="150px">
|
|
<el-table-column show-overflow-tooltip label="最终净需求量" align="center" prop="resDemandQty" width="150px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-form-item class="hang">
|
|
<el-form-item class="hang">
|
|
@@ -649,13 +649,7 @@ export default {
|
|
customerOptions: [],
|
|
customerOptions: [],
|
|
pickerOptionsEnd: {
|
|
pickerOptionsEnd: {
|
|
disabledDate: (time) => {
|
|
disabledDate: (time) => {
|
|
- let beginDateVal = this.basicForm.demandDate;
|
|
|
|
- if (beginDateVal) {
|
|
|
|
- return (
|
|
|
|
- time.getTime() <
|
|
|
|
- new Date(beginDateVal).getTime() - 8.64e7
|
|
|
|
- );
|
|
|
|
- }
|
|
|
|
|
|
+ return time.getTime() < Date.now() - 1 * 24 * 60 * 60 * 1000
|
|
}
|
|
}
|
|
},
|
|
},
|
|
isBDXQ: false,
|
|
isBDXQ: false,
|