|
|
@ -3,8 +3,10 @@
|
|
|
|
<el-card class="el-card">
|
|
|
|
<el-card class="el-card">
|
|
|
|
<el-row style="margin-bottom: 20px;">
|
|
|
|
<el-row style="margin-bottom: 20px;">
|
|
|
|
<el-button type="primary" @click="batchSetParams(null,'salesListNo')">批量设置销售清单</el-button>
|
|
|
|
<el-button type="primary" @click="batchSetParams(null,'salesListNo')">批量设置销售清单</el-button>
|
|
|
|
<el-button type="primary" @click="batchSetParams(null, 'firstSalesInvNo')">批量设置销售发票第一票</el-button>
|
|
|
|
<el-button type="primary" @click="batchSetParams(null, 'firstSalesInvNo')">批量设置销售发票第一票
|
|
|
|
<el-button type="primary" @click="batchSetParams(null, 'secSalesInvNo')">批量设置销售发票第二票</el-button>
|
|
|
|
</el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" @click="batchSetParams(null, 'secSalesInvNo')">批量设置销售发票第二票
|
|
|
|
|
|
|
|
</el-button>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="detailLoading"
|
|
|
|
<el-table v-loading="detailLoading"
|
|
|
@ -83,7 +85,13 @@
|
|
|
|
</el-pagination>
|
|
|
|
</el-pagination>
|
|
|
|
</el-card>
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog v-bind:width="'25%'" :visible.sync="salesListNoFormVisible" append-to-body>
|
|
|
|
<el-dialog
|
|
|
|
|
|
|
|
v-bind:width="'25%'"
|
|
|
|
|
|
|
|
:visible.sync="salesListNoFormVisible"
|
|
|
|
|
|
|
|
append-to-body
|
|
|
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
|
|
|
>
|
|
|
|
<el-form :model="batchForm">
|
|
|
|
<el-form :model="batchForm">
|
|
|
|
<label></label>
|
|
|
|
<label></label>
|
|
|
|
<el-form-item label="销售清单:" :label-width="formLabelWidth">
|
|
|
|
<el-form-item label="销售清单:" :label-width="formLabelWidth">
|
|
|
@ -96,7 +104,12 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-dialog>
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog v-bind:width="'25%'" :visible.sync="firstSalesInvNoFormVisible" append-to-body>
|
|
|
|
<el-dialog v-bind:width="'25%'"
|
|
|
|
|
|
|
|
:visible.sync="firstSalesInvNoFormVisible"
|
|
|
|
|
|
|
|
append-to-body
|
|
|
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
|
|
|
>
|
|
|
|
<el-form :model="batchForm">
|
|
|
|
<el-form :model="batchForm">
|
|
|
|
<label></label>
|
|
|
|
<label></label>
|
|
|
|
<el-form-item label="销售发票第一票:" :label-width="formLabelWidth">
|
|
|
|
<el-form-item label="销售发票第一票:" :label-width="formLabelWidth">
|
|
|
@ -109,7 +122,13 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-dialog>
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog v-bind:width="'25%'" :visible.sync="secSalesInvNoFormVisible" append-to-body>
|
|
|
|
<el-dialog
|
|
|
|
|
|
|
|
v-bind:width="'25%'"
|
|
|
|
|
|
|
|
:visible.sync="secSalesInvNoFormVisible"
|
|
|
|
|
|
|
|
append-to-body
|
|
|
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
|
|
|
>
|
|
|
|
<el-form :model="batchForm">
|
|
|
|
<el-form :model="batchForm">
|
|
|
|
<label></label>
|
|
|
|
<label></label>
|
|
|
|
<el-form-item label="销售发票第二票:" :label-width="formLabelWidth">
|
|
|
|
<el-form-item label="销售发票第二票:" :label-width="formLabelWidth">
|
|
|
|