发票优化

prod
wangwei 2 years ago
parent f2ea029e32
commit 197187f378

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

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

Loading…
Cancel
Save