提交耗材问题

This commit is contained in:
duan
2024-11-01 17:46:57 +08:00
parent a40d7bf142
commit ab5c746b80
5 changed files with 27 additions and 15 deletions

View File

@@ -72,7 +72,8 @@
...datas.form
}).then(res => {
go.to('PAGES_SUPPLIER')
// go.to('PAGES_SUPPLIER')
go.back()
})
}
</script>

View File

@@ -58,7 +58,7 @@
@tap="toUrl('PAGES_PAYMENT_SETTLEMENT',{id:item.id})" :plain="true" text="结款记录"></up-button>
</view>
</view>
<view style="height: 200rpx;"> </view>
<view style="height: 200rpx;background-color: #f9f9f9;"> </view>
</template>
<view v-else style="text-align: center;background-color: #f9f9f9;">暂无数据</view>
</view>