diff --git a/src/views/udplat/selectGoods.vue b/src/views/udplat/selectGoods.vue
index 626fb38..b4a07e9 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:{
- projectGoodsCode:"",
+ deliveryGoodsId:"",
medicalCode:""
}
}
@@ -126,7 +126,7 @@ export default {
},
rowClick(row){
console.log(row);
- this.selectValue.projectGoodsCode = row.projectGoodsCode;
+ this.selectValue.deliveryGoodsId = row.deliveryGoodsId;
this.selectValue.medicalCode = row.medicalCode;
},
selectAction(){
diff --git a/src/views/udplat/udplatDistributor.vue b/src/views/udplat/udplatDistributor.vue
index 343bc24..cd2206e 100644
--- a/src/views/udplat/udplatDistributor.vue
+++ b/src/views/udplat/udplatDistributor.vue
@@ -51,9 +51,9 @@
style="width: 100%"
>
-
-
-
+
+
+
diff --git a/src/views/udplat/udplatGoods.vue b/src/views/udplat/udplatGoods.vue
index 7d54140..82b1a3f 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 362d9b6..b7a3e50 100644
--- a/src/views/udplat/udplatGoodsMatch.vue
+++ b/src/views/udplat/udplatGoodsMatch.vue
@@ -77,13 +77,13 @@
style="width: 100%"
>
-
-
-
-
+
+
+
+
-
-
+
+
@@ -220,8 +220,8 @@
-
-
+
+
选择
@@ -313,8 +313,8 @@ export default {
},
selectAction(value){
console.log(value);
- if(value.projectGoodsCode && value.projectGoodsCode != ''){
- this.dialog.productDetail.projectGoodsCode = value.projectGoodsCode;
+ if(value.deliveryGoodsId && value.deliveryGoodsId != ''){
+ this.dialog.productDetail.deliveryGoodsId = value.deliveryGoodsId;
}
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,
- projectGoodsCode: this.dialog.productDetail.projectGoodsCode,
+ deliveryGoodsId: this.dialog.productDetail.deliveryGoodsId,
medicalCode: this.dialog.productDetail.medicalCode
}
Save(param).then(result => {
diff --git a/src/views/udplat/udplatLog.vue b/src/views/udplat/udplatLog.vue
index d69c895..62852e1 100644
--- a/src/views/udplat/udplatLog.vue
+++ b/src/views/udplat/udplatLog.vue
@@ -84,7 +84,11 @@
{{ getDownloadType(scope.row.downloadType) }}
-
+
+
+ {{getTbName(scope.row.tbName)}}
+
+
@@ -139,6 +143,7 @@ export default {
return {
typeOptions: [{value: "", label: "全部"}, {value: "error", label: "错误信息"}, {value: "warning",label: "警告信息"}, {value: "info", label: "正常信息"}],
downloadTypeOptions: [{value: "", label: "全部"}, {value: "auto", label: "自动"}, {value: "manual",label: "手动"},{value: "import",label: "导入"}],
+ tbNameOption:[{value:"udplat_distributor",label:"配送企业"},{value:"udplat_goods",label:"产品目录"},{value:"udplat_hospital",label:"医疗机构"},{value:"udplat_manufacture",label:"生产企业"}],
queryParams: {
page: 1,
limit: 10,
@@ -211,6 +216,9 @@ export default {
});
});
},
+ getTbName(tbName){
+ return this.selectDictLabel(this.tbNameOption,tbName);
+ },
downloadAll() {
let _this=this;
this.$confirm("是否重新下载全部的数据?", "提示", {