hailu
2022-09-30 be3270394f18ff8c60a571a009d1ad15859cd0c2
派单一级单位
3个文件已修改
1个文件已添加
110 ■■■■ 已修改文件
GoldC/pages/paiDan/paiDan.js 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
GoldC/pages/paiDan/paiDan.wxml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
GoldC/project.config.json 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
project.config.json 77 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
            })
        }
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>
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": {}
}
project.config.json
New file
@@ -0,0 +1,77 @@
{
  "description": "项目配置文件,详见文档:%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": []
    }
  }
}