diff --git a/src/api/udplat/udplatLog.js b/src/api/udplat/udplatLog.js
index d37aaa8..cf6fbd4 100644
--- a/src/api/udplat/udplatLog.js
+++ b/src/api/udplat/udplatLog.js
@@ -7,3 +7,10 @@ export function GetList(param){
data: param
});
}
+export function UdplatSync(tbName){
+ return request({
+ url: "/udplat/log/udplatSync",
+ method: "post",
+ params:{tbName}
+ });
+}
diff --git a/src/views/udplat/selectGoods.vue b/src/views/udplat/selectGoods.vue
index 0de463a..626fb38 100644
--- a/src/views/udplat/selectGoods.vue
+++ b/src/views/udplat/selectGoods.vue
@@ -58,12 +58,12 @@
>
-
+
-
+
-
+
@@ -98,7 +98,7 @@ export default {
data(){
return{
selectValue:{
- deliveryGoodId:"",
+ projectGoodsCode:"",
medicalCode:""
}
}
@@ -126,7 +126,7 @@ export default {
},
rowClick(row){
console.log(row);
- this.selectValue.deliveryGoodId = row.deliveryGoodId;
+ this.selectValue.projectGoodsCode = row.projectGoodsCode;
this.selectValue.medicalCode = row.medicalCode;
},
selectAction(){
diff --git a/src/views/udplat/udplatGoods.vue b/src/views/udplat/udplatGoods.vue
index 9c4d539..7d54140 100644
--- a/src/views/udplat/udplatGoods.vue
+++ b/src/views/udplat/udplatGoods.vue
@@ -51,8 +51,8 @@
style="width: 100%"
>
-
-
+
+
diff --git a/src/views/udplat/udplatGoodsMatch.vue b/src/views/udplat/udplatGoodsMatch.vue
index 15a07b9..362d9b6 100644
--- a/src/views/udplat/udplatGoodsMatch.vue
+++ b/src/views/udplat/udplatGoodsMatch.vue
@@ -6,7 +6,7 @@
:model="queryParams"
size="mini"
>
-
+
-
+
@@ -221,7 +221,7 @@
-
+
选择
@@ -313,8 +313,8 @@ export default {
},
selectAction(value){
console.log(value);
- if(value.deliveryGoodId && value.deliveryGoodId != ''){
- this.dialog.productDetail.deliveryGoodId = value.deliveryGoodId;
+ if(value.projectGoodsCode && value.projectGoodsCode != ''){
+ this.dialog.productDetail.projectGoodsCode = value.projectGoodsCode;
}
if(value.medicalCode && value.medicalCode != '')
this.dialog.productDetail.medicalCode = value.medicalCode;
@@ -325,7 +325,7 @@ export default {
save(){
let param={
deviceRecordKey: this.dialog.productDetail.deviceRecordKey,
- deliveryGoodId: this.dialog.productDetail.deliveryGoodId,
+ projectGoodsCode: this.dialog.productDetail.projectGoodsCode,
medicalCode: this.dialog.productDetail.medicalCode
}
Save(param).then(result => {
diff --git a/src/views/udplat/udplatLog.vue b/src/views/udplat/udplatLog.vue
index 2651b64..d69c895 100644
--- a/src/views/udplat/udplatLog.vue
+++ b/src/views/udplat/udplatLog.vue
@@ -64,7 +64,7 @@
- 按时间段下载
+ 下载全部
-
-
-
+
@@ -97,7 +95,7 @@
v-if="scope.row.downloadType != 'import'"
type="text"
size="small"
- @click.native.s.stop="downloadData(scope.row.downloadDate)">
+ @click.native.s.stop="downloadData(scope.row.tbName)">
重新下载