|
@@ -384,10 +384,14 @@
|
|
|
r.shouldAmount : 0 }}¥</span>
|
|
|
<el-button style="margin-left:30px;" type="text" size="small"
|
|
|
@click="openShouldAmountDialog(r)">填写应收款</el-button>
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
v-if="(r.productionNo === reportNo && r.production != 'STATEMENT' && r.repertoryState != null && !r.repertoryState)"
|
|
|
style="float: right; padding: 3px 0;margin-left:10px" type="text"
|
|
|
- @click="openApplyOutWarehouseList(r)">出库申请</el-button>
|
|
|
+ @click="openApplyOutWarehouseList(r)">出库申请</el-button> -->
|
|
|
+ <el-button
|
|
|
+ v-if="(r.productionNo === reportNo && r.production != 'STATEMENT' && r.repertoryState != null && !r.repertoryState)"
|
|
|
+ style="float: right; padding: 3px 0;margin-left:10px" type="text"
|
|
|
+ @click="doApplyOut()">出库申请</el-button>
|
|
|
<el-button v-if="r.productionNo === statementNo && !r.delivery && r.production === 'STATEMENT'"
|
|
|
style="float: right; padding: 3px 0;" type="text" @click="confirmDelivery(r.id)">确认送达</el-button>
|
|
|
<el-button v-if="!r.delivery && r.production != 'STATEMENT' && r.repertoryState"
|