|
|
|
@ -320,7 +320,8 @@ |
|
|
|
<el-form-item :label="'要求发料时间'" > |
|
|
|
<el-date-picker |
|
|
|
style="width: 165px" |
|
|
|
v-model="notifyOrderData.needDate" |
|
|
|
v-model="notifyOrderData.needDate" |
|
|
|
popper-class="no-atTheMoment" |
|
|
|
type="datetime" |
|
|
|
value-format="yyyy-MM-dd HH:mm" |
|
|
|
placeholder="选择日期"> |
|
|
|
@ -1733,7 +1734,8 @@ |
|
|
|
this.notifyOrderData.qtyrequired=row.qtyrequired |
|
|
|
this.notifyOrderData.sResourceid=row.sResourceid |
|
|
|
this.notifyOrderData.issureQty='' |
|
|
|
this.notifyOrderData.needDate=this.dayjs().format("YYYY-MM-DD HH:mm") |
|
|
|
//this.notifyOrderData.needDate=this.dayjs().format("YYYY-MM-DD HH:mm") |
|
|
|
this.$set(this.notifyOrderData,'needDate','') |
|
|
|
this.notifyOrderData.locationNo=row.sResourceid; |
|
|
|
this.saveSeqNoModalFlag=true |
|
|
|
}, |
|
|
|
@ -2275,5 +2277,8 @@ |
|
|
|
.board666 .el-table .error-row { |
|
|
|
background: #f86868; |
|
|
|
} |
|
|
|
.el-picker-panel.no-atTheMoment .el-button--text.el-picker-panel__link-btn { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|