Forráskód Böngészése

短驳物流货物总重量单位转换

hcf 1 éve
szülő
commit
4fdb60d022
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      src/views/audit/shortBargeLogistics/index.vue

+ 1 - 0
src/views/audit/shortBargeLogistics/index.vue

@@ -765,6 +765,7 @@
 				if (res.code === 200) {
 					this.isShow = 'detail';
 					loading.close();
+					res.data.tmsTotalWeight = res.data.tmsTotalWeight/1000;
 					this.$nextTick(() => {
 						(this as any).$refs.addFormId.setValue(res.data);
 						(this as any).$refs.table.setValue(res.data.items);