报工页面的sap收货按钮修改1

yangwl
mengjiao 10 months ago
parent de47aa371c
commit 5c510736eb

@ -598,7 +598,7 @@
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button type="primary" @click="cancel" v-if="optType =='view'"></el-button> <el-button type="primary" @click="submitReportSAP" v-if="optType =='view'"> </el-button>
<el-button type="primary" @click="submitReportSAP" v-else> </el-button> <el-button type="primary" @click="submitReportSAP" v-else> </el-button>
<el-button @click="cancel"> </el-button> <el-button @click="cancel"> </el-button>
</div> </div>
@ -1058,7 +1058,7 @@ export default {
}).then(() => { }).then(() => {
}).catch(() => { }).catch(() => {
}); });
}, },
/** 报工详情按钮操作 */ /** 报工详情按钮操作 */

Loading…
Cancel
Save