发票提示

product
Vayne 2 years ago
parent de1e56fbae
commit 380b1b4aeb

@ -330,7 +330,7 @@
<el-button @click="visible = false"> </el-button> <el-button @click="visible = false"> </el-button>
<!-- <el-button type="primary" @click="dataFormSubmit()" v-if="!isDetail"> </el-button> --> <!-- <el-button type="primary" @click="dataFormSubmit()" v-if="!isDetail"> </el-button> -->
</span> </span>
<ImportForm v-if="importFormVisible" ref="importForm" @importData="importData" /> <!-- <ImportForm v-if="importFormVisible" ref="importForm" @importData="importData" /> -->
</el-dialog> </el-dialog>
</template> </template>
<script> <script>

@ -413,7 +413,7 @@
<el-table-column prop="invoiceQuantity" label="发票数量" align="center" width="130"> <el-table-column prop="invoiceQuantity" label="发票数量" align="center" width="130">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-model="scope.row.invoiceQuantity" <el-input v-model="scope.row.invoiceQuantity"
placeholder="请输入" clearable :style='{"width":"100%"}' @change="invoiceQuantitySum" disabled> placeholder="请输入" clearable :style='{"width":"100%"}' disabled>
</el-input> </el-input>
</template> </template>
</el-table-column> </el-table-column>

Loading…
Cancel
Save