|
@@ -115,10 +115,10 @@
|
|
|
</a-button>
|
|
|
</template>
|
|
|
|
|
|
- <span slot="download" slot-scope="text, record">
|
|
|
+ <!-- <span slot="download" slot-scope="text, record">
|
|
|
<a v-if="record.shenheStatus ==1" @click="handleDownload(record)">下载委托</a>
|
|
|
<a v-if="record.shenheStatus !=1" disabled>下载委托</a>
|
|
|
- </span>
|
|
|
+ </span> -->
|
|
|
|
|
|
<span slot="action" slot-scope="text, record">
|
|
|
<!-- <a @click="handleEdit(record)">编辑</a> -->
|
|
@@ -300,7 +300,7 @@
|
|
|
deleteBatch: "/itdmWeituoChaXun/itdmWeituoYangpin/deleteBatch",
|
|
|
exportXlsUrl: "/itdmWeituoChaXun/itdmWeituoYangpin/exportXls",
|
|
|
importExcelUrl: "itdmWeituoChaXun/itdmWeituoYangpin/importExcel",
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
dictOptions:{},
|
|
|
superFieldList:[],
|
|
@@ -330,7 +330,7 @@
|
|
|
})
|
|
|
|
|
|
},
|
|
|
-//
|
|
|
+//
|
|
|
// getList(){
|
|
|
// let that = this
|
|
|
// getAction(this.url.list,this.queryParam).then((res) => {
|
|
@@ -355,7 +355,7 @@
|
|
|
// rowSpan = 1
|
|
|
// weituoClient = that.dataSource[i].weituoClient
|
|
|
// }
|
|
|
-
|
|
|
+
|
|
|
// }
|
|
|
// }
|
|
|
// that.dataSource[0].rowSpan = rowSpan
|
|
@@ -364,7 +364,7 @@
|
|
|
// }
|
|
|
// })
|
|
|
// },
|
|
|
-
|
|
|
+
|
|
|
|
|
|
loadData(arg) {
|
|
|
let that = this
|
|
@@ -402,7 +402,7 @@
|
|
|
rowSpan = 1
|
|
|
weituoClient = that.dataSource[i].weituoClient
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
if (sampleName == '') {
|
|
|
that.dataSource[i].rowSpan2 = 0
|
|
@@ -418,7 +418,7 @@
|
|
|
rowSpan2 = 1
|
|
|
sampleName = that.dataSource[i].sampleName
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
that.dataSource[0].rowSpan = rowSpan
|