Browse Source

数据总览盘点数据提交bug

master
xuhuajiao 1 week ago
parent
commit
c14c87b0a8
  1. 2
      src/views/visualCheck/checkManage/dataScreening/module/form.vue

2
src/views/visualCheck/checkManage/dataScreening/module/form.vue

@ -248,6 +248,8 @@ export default {
if (this.form.stockType === 6 && this.gridStockRegion !== '') {
this.form.stockRegion = this.gridStockRegion
}
this.form.reableGridIds = this.reachable.map(item => item.gridId)
this.form.unReableGridIds = this.unreachable.map(item => item.gridId)
delete this.form.stockGridNumName
delete this.form.stockTypeName
crudStockTaskLog.add(this.form).then((res) => {

Loading…
Cancel
Save