|
|
@ -11,7 +11,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="listconadd"> |
|
|
|
<div class="titwu">出库申请</div> |
|
|
|
<div class="titwu">出库开票申请</div> |
|
|
|
<el-form ref="dataForm" :model="formobj" class="formaddcopy02" :rules="rules"> |
|
|
|
<el-row style="border-top: 1px solid #E0E3EB"> |
|
|
|
<el-col :span="8"> |
|
|
@ -322,13 +322,13 @@ export default { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs['dataForm'].clearValidate() |
|
|
|
}) |
|
|
|
this.viewTitle = '【新增】出库申请' |
|
|
|
this.viewTitle = '【新增】出库开票申请' |
|
|
|
}, |
|
|
|
showEdit(row) { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs['dataForm'].clearValidate() |
|
|
|
}) |
|
|
|
this.viewTitle = '【编辑】出库申请' |
|
|
|
this.viewTitle = '【编辑】出库开票申请' |
|
|
|
this.arguments.outboundSid = row.sid |
|
|
|
getRetrievalApplyInfo(this.arguments).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|