@@ -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);