From be3270394f18ff8c60a571a009d1ad15859cd0c2 Mon Sep 17 00:00:00 2001
From: hailu <962012470@qq.com>
Date: 星期五, 30 九月 2022 10:02:20 +0800
Subject: [PATCH] 派单一级单位

---
 GoldC/pages/paiDan/paiDan.wxml |    4 +-
 project.config.json            |   77 ++++++++++++++++++++++++++++++++++++++
 GoldC/pages/paiDan/paiDan.js   |    9 ++--
 GoldC/project.config.json      |   20 ++++------
 4 files changed, 92 insertions(+), 18 deletions(-)

diff --git a/GoldC/pages/paiDan/paiDan.js b/GoldC/pages/paiDan/paiDan.js
index 25ae3c1..7f8d59d 100644
--- a/GoldC/pages/paiDan/paiDan.js
+++ b/GoldC/pages/paiDan/paiDan.js
@@ -20,7 +20,8 @@
         twoarr: '',
         index3: '',
         //
-        dis: true,
+        dis2: false,
+        dis3: true,
         //
         Reported_Remark: 1,//瀹夊叏闂
         Reported_RemarkList:['瀹夊叏闂','闈炲畨鍏ㄩ棶棰�'],
@@ -96,7 +97,7 @@
                     arr1.push(element.CompanyName)
                 })
                 this.setData({
-                    dis: false,
+                    dis3: false,
                     twoarr: arr1,
                     lastarr: e.CompanyList
                 })
@@ -152,11 +153,11 @@
         //
         if (this.data.index2) {
             this.setData({
-                dis: false
+                dis3: false
             })
         } else {
             this.setData({
-                dis: true
+                dis3: true
             })
         }
 
diff --git a/GoldC/pages/paiDan/paiDan.wxml b/GoldC/pages/paiDan/paiDan.wxml
index f717ea9..78f5c90 100644
--- a/GoldC/pages/paiDan/paiDan.wxml
+++ b/GoldC/pages/paiDan/paiDan.wxml
@@ -15,7 +15,7 @@
 		<image class="primg" src="/images/ProRep/name.png"></image>
 		<view>涓�绾у崟浣�</view>
 	</view>
-	<picker bindchange="bindPicker2" value="{{index2}}" range="{{onearr}}" :disabled="disabled">
+	<picker bindchange="bindPicker2" value="{{index2}}" range="{{onearr}}" disabled="{{dis2}}">
 		<view class="chose">{{onearr[index2]?onearr[index2]:'璇烽�夋嫨涓�绾у崟浣�'}}</view>
 	</picker>
 </view>
@@ -26,7 +26,7 @@
 		<image class="primg" src="/images/ProRep/gongsixiangmu.png"></image>
 		<view>浜岀骇鍗曚綅</view>
 	</view>
-	<picker bindchange="bindPicker3" bindtap="showT" value="{{index3}}" range="{{twoarr}}" disabled="{{dis}}">
+	<picker bindchange="bindPicker3" bindtap="showT" value="{{index3}}" range="{{twoarr}}" disabled="{{dis3}}">
 		<view class="chose">{{twoarr[index3]?twoarr[index3]:'璇烽�夋嫨浜岀骇鍗曚綅'}}</view>
 	</picker>
 </view>
diff --git a/GoldC/project.config.json b/GoldC/project.config.json
index 6f79cc2..6b62507 100644
--- a/GoldC/project.config.json
+++ b/GoldC/project.config.json
@@ -22,6 +22,7 @@
     "checkSiteMap": true,
     "uploadWithSourceMap": true,
     "compileHotReLoad": false,
+    "lazyloadPlaceholderEnable": false,
     "useMultiFrameRuntime": true,
     "useApiHook": true,
     "useApiHostProcess": true,
@@ -30,31 +31,26 @@
       "disablePlugins": [],
       "outputPath": ""
     },
-    "enableEngineNative": false,
-    "bundle": false,
-    "useIsolateContext": true,
-    "useCompilerModule": true,
-    "userConfirmedUseCompilerModuleSwitch": false,
+    "useIsolateContext": false,
     "userConfirmedBundleSwitch": false,
     "packNpmManually": false,
     "packNpmRelationList": [],
     "minifyWXSS": true,
-    "lazyloadPlaceholderEnable": false,
-    "useStaticServer": true,
-    "showES6CompileOption": false,
     "disableUseStrict": false,
+    "minifyWXML": true,
+    "showES6CompileOption": false,
     "useCompilerPlugins": false,
-    "minifyWXML": true
+    "ignoreUploadUnusedFiles": true
   },
   "compileType": "miniprogram",
   "libVersion": "2.12.0",
   "appid": "wxe17f21bb8de42202",
-  "projectname": "GoldenChicken",
+  "projectname": "GoldC",
   "simulatorType": "wechat",
   "simulatorPluginLibVersion": {},
-  "condition": {},
   "editorSetting": {
     "tabIndent": "insertSpaces",
     "tabSize": 2
-  }
+  },
+  "condition": {}
 }
\ No newline at end of file
diff --git a/project.config.json b/project.config.json
new file mode 100644
index 0000000..f1777aa
--- /dev/null
+++ b/project.config.json
@@ -0,0 +1,77 @@
+{
+  "description": "椤圭洰閰嶇疆鏂囦欢锛岃瑙佹枃妗o細%s",
+  "packOptions": {
+    "ignore": []
+  },
+  "setting": {
+    "urlCheck": true,
+    "es6": true,
+    "enhance": true,
+    "postcss": true,
+    "preloadBackgroundData": false,
+    "minified": true,
+    "newFeature": false,
+    "coverView": true,
+    "nodeModules": false,
+    "autoAudits": false,
+    "showShadowRootInWxmlPanel": true,
+    "scopeDataCheck": false,
+    "uglifyFileName": false,
+    "checkInvalidKey": true,
+    "checkSiteMap": true,
+    "uploadWithSourceMap": true,
+    "compileHotReLoad": false,
+    "lazyloadPlaceholderEnable": false,
+    "useMultiFrameRuntime": true,
+    "useApiHook": true,
+    "useApiHostProcess": true,
+    "babelSetting": {
+      "ignore": [],
+      "disablePlugins": [],
+      "outputPath": ""
+    },
+    "useIsolateContext": true,
+    "userConfirmedBundleSwitch": false,
+    "packNpmManually": false,
+    "packNpmRelationList": [],
+    "minifyWXSS": true,
+    "disableUseStrict": false,
+    "minifyWXML": true,
+    "showES6CompileOption": false,
+    "useCompilerPlugins": false,
+    "ignoreUploadUnusedFiles": true
+  },
+  "compileType": "miniprogram",
+  "libVersion": "2.23.2",
+  "appid": "wx2c1927ee89987880",
+  "projectname": "RRZX_WXVue",
+  "debugOptions": {
+    "hidedInDevtools": []
+  },
+  "scripts": {},
+  "staticServerOptions": {
+    "baseURL": "",
+    "servePath": ""
+  },
+  "isGameTourist": false,
+  "condition": {
+    "search": {
+      "list": []
+    },
+    "conversation": {
+      "list": []
+    },
+    "game": {
+      "list": []
+    },
+    "plugin": {
+      "list": []
+    },
+    "gamePlugin": {
+      "list": []
+    },
+    "miniprogram": {
+      "list": []
+    }
+  }
+}
\ No newline at end of file

--
Gitblit v1.8.0