Commit ca4365f3 by WF1020

brtset修改

parent b49abd22
...@@ -77,11 +77,11 @@ ...@@ -77,11 +77,11 @@
</el-tab-pane> </el-tab-pane>
<!--PD000009 --> <!--PD000009 -->
<el-tab-pane label="申报信息" name="cnyp"> <!-- <el-tab-pane label="申报信息" name="cnyp">
<c-content> <c-content>
<m-cnyp :model="model" :codes="codes" /> <m-cnyp :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane> -->
<!--PD000529 --> <!--PD000529 -->
<el-tab-pane label="报文/面函" name="docpan"> <el-tab-pane label="报文/面函" name="docpan">
......
...@@ -69,15 +69,15 @@ export default { ...@@ -69,15 +69,15 @@ export default {
}; };
}, },
methods: { methods: {
getType(idx) { // getType(idx) {
for (let i = 0; i < this.codes.doceotCortyp.length; i++) { // for (let i = 0; i < this.codes.doceotCortyp.length; i++) {
const c = this.codes.doceotCortyp[i]; // const c = this.codes.doceotCortyp[i];
if (this.model.trnmod.trndoc.doceot[idx].cortyp === c.value) { // if (this.model.trnmod.trndoc.doceot[idx].cortyp === c.value) {
return c.label; // return c.label;
} // }
} // }
return ''; // return '';
}, // },
getNow() { getNow() {
return moment().format('yyyy-MM-DD'); 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