|
|
@@ -146,6 +146,7 @@
|
|
|
<el-table-column label="保存条码号" prop="tiaoMaHao" />
|
|
|
<el-table-column label="编制时间" prop="bianZhiShiJian" />
|
|
|
<el-table-column label="弃置条码号" prop="qiZhiTiaoMaHao" />
|
|
|
+ <el-table-column label="处理办法" prop="chuLiBanFa" />
|
|
|
</el-table>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
@@ -309,6 +310,10 @@ export default {
|
|
|
})
|
|
|
this.sumData[0].tiaoMaHao = ''
|
|
|
}
|
|
|
+ if (!this.isread) {
|
|
|
+ this.sumData[0].chuLiBanFa = this.formSearch.group?.OPRATIONTYPE
|
|
|
+ }
|
|
|
+
|
|
|
this.formSearchOld.group = this.formSearch.group
|
|
|
this.formSearchOld.chaxunrqi = this.formSearch.chaxunrqi
|
|
|
})
|