From 8ca4dddbb74bb69b517419adef886739aad1b362 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 24 九月 2022 14:50:32 +0800
Subject: [PATCH] 1.递交
---
pages/sbgl/dqby.html | 17 +++++------------
1 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/pages/sbgl/dqby.html b/pages/sbgl/dqby.html
index e81d757..647001e 100644
--- a/pages/sbgl/dqby.html
+++ b/pages/sbgl/dqby.html
@@ -409,11 +409,13 @@
},
methods: {
+ // 鏈� 骞撮�夋嫨
onSelectSheet(val) {
dropdownValue = val
this.$forceUpdate()
this.sheetFlag = false
},
+ //鎻愪氦
submit() {
let children = []
centerContent.forEach(item => {
@@ -433,15 +435,11 @@
children: children
}
- console.log(data, 1)
-
const params = {
username: localStorage.getItem('username'),
maintcyc: dropdownValue
}
-
-// vant.Notify(JSON.stringify(params))
-// vant.Toast(JSON.stringify(data))
+
post('AppDeviceManage/AppDeviceRepairSave' + formatParams(params), data)
.then(res => {
if (res.code === '200') {
@@ -470,6 +468,7 @@
vanFieldBlur() {
this.$forceUpdate()
},
+ //鎵弿淇濆吇宸ヤ綅鐐瑰嚮涓嶅悓閫夋嫨椤�
topContentClcik(code) {
radioValue = code
this.$forceUpdate()
@@ -500,16 +499,11 @@
}
})
},
-
+ //淇濆吇缁撴灉鐐瑰嚮
resultClick(val) {
resultValue = val
this.$forceUpdate()
},
-
- selected(id) {
- alert(id)
- },
-
// 鎵弿淇濆吇宸ヤ綅鎵弿
topScanClick() {
createWithoutTitle('../../components/barcode_scan.html', {
@@ -547,7 +541,6 @@
}
});
},
-
// 閮ㄤ綅姝e父 寮傚父鎸夐挳鐐瑰嚮
bwClick(item, val) {
item.isOK = val
--
Gitblit v1.9.3