Browse Source

领料申请单取消下达

master
常熟吴彦祖 2 months ago
parent
commit
73f33d63da
  1. 4
      src/views/modules/shipment/shipmentIssue.vue

4
src/views/modules/shipment/shipmentIssue.vue

@ -288,7 +288,7 @@
</div>
<el-footer style="height:40px;margin-top: 10px;text-align:center">
<el-button type="primary" @click="saveMaterialDetail()">保存</el-button>
<el-button type="primary" @click="materialModalFlag=false">关闭</el-button>
<!-- <el-button type="primary" @click="materialModalFlag=false">关闭</el-button>-->
</el-footer>
</el-dialog>
@ -1011,7 +1011,7 @@ export default {
status: true,
fixed: '',
columnWidth: 60,
},
},
{
userId: this.$store.state.user.name,
functionId: 701001,

Loading…
Cancel
Save