|
@@ -227,12 +227,12 @@
|
227
|
227
|
@click="toAutoDrug">自动生成</el-button> -->
|
228
|
228
|
|
229
|
229
|
|
230
|
|
- <el-button
|
|
230
|
+ <!-- <el-button
|
231
|
231
|
type="primary"
|
232
|
232
|
size="small"
|
233
|
233
|
icon="el-icon-circle-plus-outline"
|
234
|
234
|
style="float:left"
|
235
|
|
- @click="toAutoDiagnose">自动脚本</el-button>
|
|
235
|
+ @click="toAutoDiagnose">自动脚本</el-button> -->
|
236
|
236
|
|
237
|
237
|
<!-- <el-button
|
238
|
238
|
type="primary"
|
|
@@ -241,6 +241,15 @@
|
241
|
241
|
style="float:left"
|
242
|
242
|
@click="toZiDuanJiaoBen">字段脚本</el-button> -->
|
243
|
243
|
|
|
244
|
+
|
|
245
|
+ <!-- <el-button
|
|
246
|
+ type="primary"
|
|
247
|
+ size="small"
|
|
248
|
+ icon="el-icon-circle-plus-outline"
|
|
249
|
+ style="float:left"
|
|
250
|
+ @click="toCheckQuery">库存检验脚本</el-button> -->
|
|
251
|
+
|
|
252
|
+
|
244
|
253
|
|
245
|
254
|
</div>
|
246
|
255
|
|
|
@@ -547,7 +556,7 @@
|
547
|
556
|
|
548
|
557
|
<script>
|
549
|
558
|
import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent,saveEnterprise,getEnterPriseById,getMobileCode,savePersionEnterPrise,getPerseEnterPriseById,CreatePersionSeal,CreateNewEnterPrise,toTestThrity,toEndEnterPrise,getEnterPriseDetail
|
550
|
|
- ,CreateQianshuUserName,CreateSKDSendInformation,toSavePDFInformation,toCheckPDFInformation,getdruginfoInformation,toAutoDrug,toAutoDiagnose,toAutoJiaYou,GetFiledConfigList} from "@/api/role/admin";
|
|
559
|
+ ,CreateQianshuUserName,CreateSKDSendInformation,toSavePDFInformation,toCheckPDFInformation,getdruginfoInformation,toAutoDrug,toAutoDiagnose,toAutoJiaYou,GetFiledConfigList,toCheckQuery} from "@/api/role/admin";
|
551
|
560
|
import { getRoles } from "@/api/role/role";
|
552
|
561
|
import { UploadPrintOrder } from "@/api/role/admin"
|
553
|
562
|
import { parseTime } from "@/utils";
|
|
@@ -1229,7 +1238,14 @@ export default {
|
1229
|
1238
|
}
|
1230
|
1239
|
})
|
1231
|
1240
|
},
|
1232
|
|
-
|
|
1241
|
+ toCheckQuery(){
|
|
1242
|
+ toCheckQuery().then(response=>{
|
|
1243
|
+ if(response.data.state == 1){
|
|
1244
|
+ var msg = response.data.data.msg
|
|
1245
|
+ this.$message.success("脚本成功")
|
|
1246
|
+ }
|
|
1247
|
+ })
|
|
1248
|
+ }
|
1233
|
1249
|
|
1234
|
1250
|
},
|
1235
|
1251
|
watch: {
|