qingyiay
2023-06-25 5a46eb96564990957f393854e198bcee910c2e54
返回加减吨增加字段
1个文件已修改
4 ■■■ 已修改文件
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -446,7 +446,9 @@
                this.$reqPost('addAndSubtractCoal', {
                    deptId: this.weighData.deptId,
                    sceneId: this.weighData.sceneId,
                    carNo: this.weighData.carNo
                    carNo: this.weighData.carNo,
                    tmId: this.weighData.tmId,
                    filedId: this.weighData.filedId
                }, 'json').then(res => {
                    if (res.code == 0) {
                        this.$u.toast('操作成功,即将返回上一页');