Commit d31b401b by 刘泽奇

123

parent fd0af5bc
......@@ -580,7 +580,6 @@
});
}
if (obj.flag == "colorizedPicUrl") {
this.$root.getReq("/web/toolCtl/adjustTMSize", { "key": obj.key }).then(function (d) {
that.loading1 = false;
that.loading2 = false;
......
......@@ -88,13 +88,13 @@
</el-table-column>
<el-table-column prop="address" label="操作">
<template slot-scope="scope">
<el-button v-if="showDetails(scope.$index, scope.row)" style="border:0;color: #0F8EE9;" size="mini"
<el-button v-show="scope.$index" style="border:0;color: #0F8EE9;" size="mini"
@click="viewDetails(scope.$index, scope.row)">&nbsp;&nbsp;&nbsp;详情&nbsp;&nbsp;&nbsp;&nbsp;
</el-button>
<el-button v-show="showSelf(scope.$index, scope.row)" style="border:0;color: #0F8EE9;margin:0;"
size="mini" @click="uploadMaterials(scope.$index, scope.row)">上传材料</el-button>
<el-button v-else style="border:0;color: #0F8EE9;margin:0;"
size="mini" @click="goScheme(scope.$index, scope.row)">确认注册方案</el-button>
<el-button v-show="showSup(scope.$index, scope.row)" style="border:0;color: #0F8EE9;margin:0;"
size="mini" @click="goScheme(scope.$index, scope.row) = true">确认注册方案</el-button>
</template>
</el-table-column>
</el-table>
......
......@@ -225,6 +225,7 @@
created: function() {
if (this.$route.query.channelUserId != "") {
this.$root.channelUserId = this.$route.query.channelUserId;
console.log(this.$route.query.channelUserId,"11111111111");
}
},
mounted: function() {
......@@ -243,7 +244,6 @@
console.log(that.action, `oooooooooooooooooooooooooooo`);
});
if (this.$root.channelUserId != "" && this.$root.channelUserToken != "") {
this.handleSizeChange();
}
},
......@@ -283,7 +283,6 @@
}
},
showSup(index, row){
if (row.itemName == "专家辅助注册") {
return true;
} else {
......@@ -291,12 +290,13 @@
}
},
showDetails(idx,row){
console.log(row.deliveryStatusName,`222222222222222`);
if(row.deliveryStatusName != "待确认注册方案"){
return false;
}else{
return true;
}
}
},
goScheme(index, row){
if (row.itemName == "待确认注册方案") {
return true;
......
......@@ -76,6 +76,15 @@
"dev": true,
"optional": true
},
"MD5": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/MD5/-/MD5-1.3.0.tgz",
"integrity": "sha1-PMJm8Oiau2tDpQ85pFnfW/3gskA=",
"requires": {
"charenc": ">= 0.0.1",
"crypt": ">= 0.0.1"
}
},
"abbrev": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment