|
|
|
@ -28,7 +28,8 @@
|
|
|
|
|
<el-input v-model="query.corpName" placeholder="往来单位" clearable></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
|
<el-select v-model="query.locStorageCode" placeholder="请选择当前仓库" clearable="true" size="mini">
|
|
|
|
|
<el-select v-model="query.locStorageCode" placeholder="请选择当前仓库" clearable="true"
|
|
|
|
|
size="mini">
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in storageList"
|
|
|
|
|
:key="item.name"
|
|
|
|
@ -212,7 +213,12 @@
|
|
|
|
|
</el-pagination>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<el-dialog v-bind:width="'25%'" :visible.sync="salesListNoFormVisible">
|
|
|
|
|
<el-dialog
|
|
|
|
|
v-bind:width="'25%'"
|
|
|
|
|
:visible.sync="salesListNoFormVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
>
|
|
|
|
|
<el-form :model="batchForm">
|
|
|
|
|
<label></label>
|
|
|
|
|
<el-form-item label="销售清单:" :label-width="formLabelWidth">
|
|
|
|
@ -225,7 +231,12 @@
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
<el-dialog v-bind:width="'25%'" :visible.sync="firstSalesInvNoFormVisible">
|
|
|
|
|
<el-dialog
|
|
|
|
|
v-bind:width="'25%'"
|
|
|
|
|
:visible.sync="firstSalesInvNoFormVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
>
|
|
|
|
|
<el-form :model="batchForm">
|
|
|
|
|
<label></label>
|
|
|
|
|
<el-form-item label="销售发票第一票:" :label-width="formLabelWidth">
|
|
|
|
@ -238,7 +249,12 @@
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
<el-dialog v-bind:width="'25%'" :visible.sync="secSalesInvNoFormVisible">
|
|
|
|
|
<el-dialog
|
|
|
|
|
v-bind:width="'25%'"
|
|
|
|
|
:visible.sync="secSalesInvNoFormVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
>
|
|
|
|
|
<el-form :model="batchForm">
|
|
|
|
|
<label></label>
|
|
|
|
|
<el-form-item label="销售发票第二票:" :label-width="formLabelWidth">
|
|
|
|
@ -293,6 +309,8 @@
|
|
|
|
|
width="60%"
|
|
|
|
|
v-if="distributionVisible"
|
|
|
|
|
@close='closeDialog'
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
>
|
|
|
|
|
<stockOrderDistribution
|
|
|
|
|
:closeDialog="closeDialog"
|
|
|
|
@ -306,6 +324,8 @@
|
|
|
|
|
:before-close="hideDetailForm"
|
|
|
|
|
width="85%"
|
|
|
|
|
top="5vh"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
>
|
|
|
|
|
<el-form :model="detailFormData" :rules="detailFormRules" ref="dataForm">
|
|
|
|
|
|
|
|
|
@ -732,7 +752,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
printOrder(row) {
|
|
|
|
|
let tQuery = {
|
|
|
|
|
queryId: row.id,
|
|
|
|
|
orderId: row.orderId,
|
|
|
|
|
moduleId: 4
|
|
|
|
|
};
|
|
|
|
|
this.loading = true;
|
|
|
|
|