Commit ca4365f3 by WF1020

brtset修改

parent b49abd22
......@@ -77,11 +77,11 @@
</el-tab-pane>
<!--PD000009 -->
<el-tab-pane label="申报信息" name="cnyp">
<!-- <el-tab-pane label="申报信息" name="cnyp">
<c-content>
<m-cnyp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
</el-tab-pane> -->
<!--PD000529 -->
<el-tab-pane label="报文/面函" name="docpan">
......
......@@ -69,15 +69,15 @@ export default {
};
},
methods: {
getType(idx) {
for (let i = 0; i < this.codes.doceotCortyp.length; i++) {
const c = this.codes.doceotCortyp[i];
if (this.model.trnmod.trndoc.doceot[idx].cortyp === c.value) {
return c.label;
}
}
return '';
},
// getType(idx) {
// for (let i = 0; i < this.codes.doceotCortyp.length; i++) {
// const c = this.codes.doceotCortyp[i];
// if (this.model.trnmod.trndoc.doceot[idx].cortyp === c.value) {
// return c.label;
// }
// }
// return '';
// },
getNow() {
return moment().format('yyyy-MM-DD');
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment