Browse Source

添加确认收货物资单位

master
Enzo 5 years ago
parent
commit
52748a0cf8
  1. 3
      canteen/pages/purchase/receipt.vue

3
canteen/pages/purchase/receipt.vue

@ -3,6 +3,7 @@
<view class="card" v-for="(item, index) in list" :key="index">
<view class="lf-row-between">
<view class="lf-color-black lf-font-bold" v-if="item.material && item.material.m_name">{{ item.material.m_name }}</view>
<view>{{item.spec.name}}</view>
<!-- 修改功能先隐藏 -->
<!-- <view style="color: #11D189;" @click="showEdit">修改</view> -->
</view>
@ -265,7 +266,7 @@
if(!this.is_upload){
return this.$msg('请上传凭证后再确认收货');
}
return this.$msg('PASS');
// return this.$msg('PASS');
this.$http(this.API.API_CONFIRM, {
p_sn: this.p_sn,
state: '已入库',

Loading…
Cancel
Save