|
|
@ -673,6 +673,14 @@ |
|
|
show-overflow-tooltip |
|
|
show-overflow-tooltip |
|
|
label="备注"> |
|
|
label="备注"> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
|
|
|
<el-table-column |
|
|
|
|
|
prop="jobRemark" |
|
|
|
|
|
header-align="center" |
|
|
|
|
|
align="left" |
|
|
|
|
|
min-width="150" |
|
|
|
|
|
show-overflow-tooltip |
|
|
|
|
|
label="任务备注"> |
|
|
|
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
|
<!-- 分页--> |
|
|
<!-- 分页--> |
|
|
<el-pagination |
|
|
<el-pagination |
|
|
@ -1686,10 +1694,10 @@ |
|
|
// 先更新当前行数据 |
|
|
// 先更新当前行数据 |
|
|
this.currentRow = JSON.parse(JSON.stringify(row)) |
|
|
this.currentRow = JSON.parse(JSON.stringify(row)) |
|
|
|
|
|
|
|
|
if (this.currentRow.orderType === '采购入库' || this.currentRow.orderType === '销售退货') { |
|
|
|
|
|
this.$message.warning('该类型单据不能编辑!') |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// if (this.currentRow.orderType === '采购入库' || this.currentRow.orderType === '销售退货') { |
|
|
|
|
|
// this.$message.warning('该类型单据不能编辑!') |
|
|
|
|
|
// return |
|
|
|
|
|
// } |
|
|
closeInboundNotification(row).then(({data}) => { |
|
|
closeInboundNotification(row).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
this.getDataList() |
|
|
this.getDataList() |
|
|
|