|
|
|
@ -178,7 +178,7 @@ |
|
|
|
<div style="margin-top: 10px;margin-bottom: 20px"> |
|
|
|
<div style="margin-top: 10px;margin-bottom: 20px"> |
|
|
|
<el-button-group v-model="receiptIssueParams1.mode" |
|
|
|
<el-button-group v-model="receiptIssueParams1.mode" |
|
|
|
style="margin-right: 5px"> |
|
|
|
style="margin-right: 5px"> |
|
|
|
<el-button label="1" class="view" @click="inStore2">入库</el-button> |
|
|
|
<el-button label="1" class="view" @clicknpm="inStore2">入库</el-button> |
|
|
|
<el-button label="2" class="view" @click="outStore2">出库</el-button> |
|
|
|
<el-button label="2" class="view" @click="outStore2">出库</el-button> |
|
|
|
</el-button-group> |
|
|
|
</el-button-group> |
|
|
|
|
|
|
|
|
|
|
|
@ -214,7 +214,7 @@ |
|
|
|
<el-button |
|
|
|
<el-button |
|
|
|
size="mini" |
|
|
|
size="mini" |
|
|
|
type="text" |
|
|
|
type="text" |
|
|
|
@click="chooseA(scope.row)" |
|
|
|
@click="chooseA(scope.row)"n |
|
|
|
>选择 |
|
|
|
>选择 |
|
|
|
</el-button> |
|
|
|
</el-button> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
@ -644,7 +644,6 @@ |
|
|
|
this.receiptIssueParams.mode = 0; |
|
|
|
this.receiptIssueParams.mode = 0; |
|
|
|
this.clearReceiptIssueParams() |
|
|
|
this.clearReceiptIssueParams() |
|
|
|
this.$modal.msgSuccess(response.msg); |
|
|
|
this.$modal.msgSuccess(response.msg); |
|
|
|
|
|
|
|
|
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
receiptIssue2() { |
|
|
|
receiptIssue2() { |
|
|
|
|