|
|
@@ -140,8 +140,8 @@ export default {
|
|
|
this.tableData.forEach(v => {
|
|
|
v.goodsTypeId = this.category(v.goodsTypeId)
|
|
|
v.integrity = this.spoil(v.integrity)
|
|
|
- v.numTypeId = this.mycategory(v.numTypeId)
|
|
|
- v.repair = this.mySave(v.repair)
|
|
|
+ // v.numTypeId = this.mycategory(v.numTypeId)
|
|
|
+ // v.repair = this.mySave(v.repair)
|
|
|
if (v.isStorage === 1) v.isStorage = '入库'
|
|
|
else v.isStorage = '不入库'
|
|
|
})
|