完善单据查看界面
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
:width="width"
|
:width="width"
|
||||||
:visible="visible"
|
:visible="visible"
|
||||||
:maskClosable="false"
|
:maskClosable="false"
|
||||||
:keyboard="false"
|
|
||||||
:forceRender="true"
|
:forceRender="true"
|
||||||
:style="modalStyle"
|
:style="modalStyle"
|
||||||
fullscreen
|
fullscreen
|
||||||
@@ -13,6 +12,7 @@
|
|||||||
wrapClassName="ant-modal-cust-warp">
|
wrapClassName="ant-modal-cust-warp">
|
||||||
<template slot="footer">
|
<template slot="footer">
|
||||||
<!--打印-->
|
<!--打印-->
|
||||||
|
<a-button key="back" @click="handleCancel">取消(ESC)</a-button>
|
||||||
<template v-if="isShowPrintBtn">
|
<template v-if="isShowPrintBtn">
|
||||||
<a-button v-if="billPrintFlag" @click="handlePrint">三联打印预览</a-button>
|
<a-button v-if="billPrintFlag" @click="handlePrint">三联打印预览</a-button>
|
||||||
<!--此处为解决缓存问题-->
|
<!--此处为解决缓存问题-->
|
||||||
@@ -44,7 +44,6 @@
|
|||||||
<a-button v-if="billType === '盘点复盘'" @click="stockCheckReplayExportExcel()">导出</a-button>
|
<a-button v-if="billType === '盘点复盘'" @click="stockCheckReplayExportExcel()">导出</a-button>
|
||||||
<!--反审核-->
|
<!--反审核-->
|
||||||
<a-button v-if="checkFlag && isCanBackCheck && model.status==='1'" @click="handleBackCheck()">反审核</a-button>
|
<a-button v-if="checkFlag && isCanBackCheck && model.status==='1'" @click="handleBackCheck()">反审核</a-button>
|
||||||
<a-button key="back" @click="handleCancel">取消</a-button>
|
|
||||||
</template>
|
</template>
|
||||||
<a-form :form="form">
|
<a-form :form="form">
|
||||||
<!--零售出库-->
|
<!--零售出库-->
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
:width="width"
|
:width="width"
|
||||||
:visible="visible"
|
:visible="visible"
|
||||||
:maskClosable="false"
|
:maskClosable="false"
|
||||||
:keyboard="false"
|
|
||||||
:forceRender="true"
|
:forceRender="true"
|
||||||
:style="modalStyle"
|
:style="modalStyle"
|
||||||
fullscreen
|
fullscreen
|
||||||
@@ -12,16 +11,16 @@
|
|||||||
@cancel="handleCancel"
|
@cancel="handleCancel"
|
||||||
wrapClassName="ant-modal-cust-warp">
|
wrapClassName="ant-modal-cust-warp">
|
||||||
<template slot="footer">
|
<template slot="footer">
|
||||||
|
<a-button key="back" @click="handleCancel">取消(ESC)</a-button>
|
||||||
<!--此处为解决缓存问题-->
|
<!--此处为解决缓存问题-->
|
||||||
<a-button v-if="financialType === '收预付款'" v-print="'#advanceInPrint'" ghost type="primary">打印</a-button>
|
<a-button v-if="financialType === '收预付款'" v-print="'#advanceInPrint'">打印</a-button>
|
||||||
<a-button v-if="financialType === '转账'" v-print="'#giroPrint'" ghost type="primary">打印</a-button>
|
<a-button v-if="financialType === '转账'" v-print="'#giroPrint'">打印</a-button>
|
||||||
<a-button v-if="financialType === '收入'" v-print="'#itemInPrint'" ghost type="primary">打印</a-button>
|
<a-button v-if="financialType === '收入'" v-print="'#itemInPrint'">打印</a-button>
|
||||||
<a-button v-if="financialType === '支出'" v-print="'#itemOutPrint'" ghost type="primary">打印</a-button>
|
<a-button v-if="financialType === '支出'" v-print="'#itemOutPrint'">打印</a-button>
|
||||||
<a-button v-if="financialType === '收款'" v-print="'#moneyInPrint'" ghost type="primary">打印</a-button>
|
<a-button v-if="financialType === '收款'" v-print="'#moneyInPrint'">打印</a-button>
|
||||||
<a-button v-if="financialType === '付款'" v-print="'#moneyOutPrint'" ghost type="primary">打印</a-button>
|
<a-button v-if="financialType === '付款'" v-print="'#moneyOutPrint'">打印</a-button>
|
||||||
<!--反审核-->
|
<!--反审核-->
|
||||||
<a-button v-if="checkFlag && isCanBackCheck && model.status==='1'" @click="handleBackCheck()">反审核</a-button>
|
<a-button v-if="checkFlag && isCanBackCheck && model.status==='1'" @click="handleBackCheck()">反审核</a-button>
|
||||||
<a-button key="back" @click="handleCancel">取消</a-button>
|
|
||||||
</template>
|
</template>
|
||||||
<a-form :form="form">
|
<a-form :form="form">
|
||||||
<!--收预付款-->
|
<!--收预付款-->
|
||||||
|
|||||||
Reference in New Issue
Block a user