rev:质量报告回传按钮新增点击提示
This commit is contained in:
@@ -194,13 +194,13 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
slot="right"
|
slot="right"
|
||||||
|
v-permission="permission.confirm"
|
||||||
class="filter-item"
|
class="filter-item"
|
||||||
:loading="loadingConfirm"
|
:loading="loadingConfirm"
|
||||||
type="warning"
|
type="warning"
|
||||||
:disabled="confirm_flag"
|
:disabled="confirm_flag"
|
||||||
icon="el-icon-check"
|
icon="el-icon-check"
|
||||||
size="mini"
|
size="mini"
|
||||||
v-permission="permission.confirm"
|
|
||||||
@click="confirm"
|
@click="confirm"
|
||||||
>
|
>
|
||||||
强制确认
|
强制确认
|
||||||
@@ -480,6 +480,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
outReturn() {
|
outReturn() {
|
||||||
|
alert('点击确认按钮后,单据进行回传!')
|
||||||
checkoutbill.outReturn({ 'iostorinv_id': this.currentRow.iostorinv_id }).then(res => {
|
checkoutbill.outReturn({ 'iostorinv_id': this.currentRow.iostorinv_id }).then(res => {
|
||||||
this.crud.notify('回传成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
this.crud.notify('回传成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||||
this.querytable()
|
this.querytable()
|
||||||
|
|||||||
Reference in New Issue
Block a user