Browse Source

领料申请单修改

master
shenzhouyu 2 months ago
parent
commit
bd6bc2f5cf
  1. 6
      src/views/modules/orderIssure/newSoIssueNotify.vue

6
src/views/modules/orderIssure/newSoIssueNotify.vue

@ -1992,9 +1992,7 @@ export default {
xiadaNotify() {
//
if (
this.dataList.length == 0 &&
this.dataList2.length == 0 &&
this.dataList3.length == 0
this.dataList.length == 0
) {
this.$alert('没有明细记录无法下达!!', '提示', {
confirmButtonText: '确定',
@ -2003,7 +2001,7 @@ export default {
}
//
this.xiadaNotifyData = {
planIssueDate: this.notifyData.planIssueDate || this.dayjs().format('YYYY-MM-DD HH:mm'),
planIssueDate: this.notifyData.planIssueDate || this.dayjs().format('YYYY-MM-DD HH:mm:ss'),
remark: this.notifyData.remark || '',
}
//

Loading…
Cancel
Save