|
@@ -305,6 +305,8 @@
|
|
|
this.originalProductDeatil = Array.from(res.result)
|
|
|
this.$refs.productDetails.form.dataSource =res.result
|
|
|
this.$refs.productDetails.planOrg=this.form.pkOrg
|
|
|
+ this.$refs.productDetails.selectedRowKeys = []
|
|
|
+ this.$refs.productDetails.selectedRows=[]
|
|
|
this.$refs.productDetails.form.dataSource.map((item,index)=>{
|
|
|
item.rowNo =index+1
|
|
|
})
|
|
@@ -323,6 +325,8 @@
|
|
|
this.originalMaterial = Array.from(res.result)
|
|
|
this.$refs.material.form.dataSource =res.result
|
|
|
this.$refs.material.planOrg=this.form.pkOrg
|
|
|
+ this.$refs.material.selectedRowKeys = []
|
|
|
+ this.$refs.material.selectedRows=[]
|
|
|
this.$refs.material.form.dataSource.map((item,index)=>{
|
|
|
item.rowNo =index+1
|
|
|
})
|
|
@@ -340,6 +344,8 @@
|
|
|
if(res.success){
|
|
|
this.$refs.TemporaryStorage.planOrg=this.form.pkOrg
|
|
|
this.$refs.TemporaryStorage.dataSource =res.result
|
|
|
+ this.$refs.TemporaryStorage.selectedRowKeys = []
|
|
|
+ this.$refs.TemporaryStorage.selectedRows=[]
|
|
|
this.$refs.TemporaryStorage.dataSource.map((item,index)=>{
|
|
|
item.rowNo =index+1
|
|
|
})
|
|
@@ -355,6 +361,8 @@
|
|
|
if(res.success){
|
|
|
this.$refs.SurplusMaterials.form.dataSource =res.result
|
|
|
this.$refs.SurplusMaterials.planOrg=this.form.pkOrg
|
|
|
+ this.$refs.SurplusMaterials.selectedRowKeys = []
|
|
|
+ this.$refs.SurplusMaterials.selectedRows=[]
|
|
|
this.$refs.SurplusMaterials.form.dataSource.map((item,index)=>{
|
|
|
item.rowNo =index+1
|
|
|
})
|