Browse Source

按钮

java8
han\hanst 4 months ago
parent
commit
a3ca30cbf9
  1. 6
      src/views/modules/ecss/declaration.vue

6
src/views/modules/ecss/declaration.vue

@ -548,7 +548,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-footer style="height:40px;margin-top: 10px;text-align:center">
<el-footer style="height:40px;margin-top: 70px;text-align:center">
<el-button type="primary" @click="downloadInvoice()">确定</el-button> <el-button type="primary" @click="downloadInvoice()">确定</el-button>
<el-button type="primary" @click="exportInvoiceFlag=false">关闭</el-button> <el-button type="primary" @click="exportInvoiceFlag=false">关闭</el-button>
</el-footer> </el-footer>
@ -674,7 +674,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-footer style="height:40px;margin-top: 10px;text-align:center">
<el-footer style="height:40px;margin-top: 70px;text-align:center">
<el-button type="primary" @click="downloadPackingList()">确定</el-button> <el-button type="primary" @click="downloadPackingList()">确定</el-button>
<el-button type="primary" @click="exportPakingFlag=false">关闭</el-button> <el-button type="primary" @click="exportPakingFlag=false">关闭</el-button>
</el-footer> </el-footer>
@ -865,7 +865,7 @@
}, },
brandType:'', brandType:'',
hsCodeDescType:'Y', hsCodeDescType:'Y',
packageUnit: '',
packageUnit: '',
declarationWeight: '不显示', declarationWeight: '不显示',
exportParam: {}, exportParam: {},
pageIndex: 1, pageIndex: 1,

Loading…
Cancel
Save