发票优化

prod
wangwei 2 years ago
parent f2ea029e32
commit 197187f378

@ -17,18 +17,18 @@
style="padding-top: 40px"
>
<el-card style="margin-top: -30px">
<el-row>
<el-col :span="20">
<el-form-item prop="code" label="扫码校验:">
<el-input
id="inputer"
placeholder="请输入发票码"
type="tel"
:disabled="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
<!--<el-row>-->
<!-- <el-col :span="20">-->
<!-- <el-form-item prop="code" label="发票码:">-->
<!-- <el-input-->
<!-- id="inputer"-->
<!-- placeholder="请输入发票码"-->
<!-- type="tel"-->
<!-- :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!--</el-row>-->
<el-row>
<el-col :span="11">
<el-form-item label="机械编码:" prop="machineNo">

@ -196,14 +196,14 @@
</el-table-column>
<el-table-column label="操作" width="180" fixed="right">
<template slot-scope="scope">
<el-button type="text" :disabled="scope.row.checkStatus==1" v-if="showSup" size="small" @click.native.stop="determine(scope.row)"></el-button>
<el-button
type="text"
size="small"
@click.native.stop="InvoiceRegister1(scope.row)"
>发票登记
</el-button
>
<el-button type="text" :disabled="scope.row.checkStatus==1" size="small" @click.native.stop="determine(scope.row)">确认</el-button>
<!--<el-button-->
<!-- type="text"-->
<!-- size="small"-->
<!-- @click.native.stop="InvoiceRegister1(scope.row)"-->
<!--&gt;发票登记-->
<!--</el-button-->
<!--&gt;-->
<el-button
type="text"
@click="getNewInv(scope.row)"
@ -1157,6 +1157,7 @@ export default {
}
,
created() {
let supId = this.$store.getters.customerId;
if (supId == "110") {
this.showSup = true;

Loading…
Cancel
Save