进仓确认之后变为‘确认已进仓’
This commit is contained in:
parent
9b5edbb898
commit
e0767e8573
@ -146,7 +146,7 @@
|
||||
</div>
|
||||
<div style="text-align: right;margin-top: 10px;">
|
||||
<el-button size="mini" @click="handleFeedDialogClick(item)">反馈异常</el-button>
|
||||
<el-button type="primary" size="mini" @click="confirmJinCang(item.inNo)">进仓确认</el-button>
|
||||
<el-button type="primary" size="mini" @click="confirmJinCang(item.inNo)" :disabled="item.confirmStatus==1">{{item.confirmStatus==1?'确认已进仓':'进仓确认'}}</el-button>
|
||||
</div>
|
||||
<div style="margin-top: 10px;padding: 10px 0px;border-top: 1px solid #e6ebf5;">
|
||||
<!-- <div>进仓图片:</div> -->
|
||||
@ -213,7 +213,7 @@ export default {
|
||||
dateTimeRange:[],
|
||||
// 总条数
|
||||
total: 0,
|
||||
// 进仓单批次表格数据
|
||||
// 进仓单批次表格数据
|
||||
emisWarehouseInBatchList: this.stockInBatchList,
|
||||
|
||||
currentId:null,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user