#
whycq
2023-11-21 bec70ec8169dcc4baf87e3a681ba5207b28edc15
#
6个文件已修改
1个文件已添加
3551 ■■■■■ 已修改文件
pages/business/cstmrInfo/cstmrInfo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/business/plan/plan.vue 104 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/business/saleManage/saleManage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/user/user.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/image/user__easyico.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/dist/dev/app-plus/app-service.js 2949 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/dist/dev/app-plus/app-view.js 484 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/business/cstmrInfo/cstmrInfo.vue
@@ -78,7 +78,7 @@
                </view>
            </uni-popup>
        </view>
        <view style="height: 50rpx;"></view>
        <view style="height: 10rpx;"></view>
    </view>
</template>
pages/business/plan/plan.vue
@@ -22,28 +22,38 @@
        </view>
        <view>
            <!-- 客户列表 -->
            <view class="c-list" @click="getDetails(item.id)" v-for="(item,index) in csmtrList" :key="index">
                <view class="titles">
                    <y-title :title="item.name"></y-title>
            <view class="c-list" v-for="(item,index) in csmtrList" :key="index">
                <view class="titles" @click="getDetails(item.id)">
                    <view style="flex: 1;">
                        <y-title :title="item.name"></y-title>
                    </view>
                    <uni-icons class="opt-icon" type="right" size="20" color="#b9b9b9"></uni-icons>
                </view>
                <view style="display: grid;grid-template-columns: 1fr 3fr;">
                    <view class="list-item1">ID</view><view class="list-item2">{{item.id}}</view>
                    <view class="list-item1">业务员</view><view class="list-item2">{{item.userId$}}</view>
                    <view class="list-item1">业务类型</view><view class="list-item2">{{item.planType$}}</view>
                    <view class="list-item1">规划单号</view><view class="list-item2">{{item.uuid}}</view>
                    <view class="list-item1">所需</view><view class="list-item2">{{item.planNeed$}}</view>
                    <view class="list-item1">规划员</view><view class="list-item2">{{item.planner$}}</view>
                    <view class="list-item1">跟踪项目</view><view class="list-item2 color-main">{{item.cstmrId$}}</view>
                    <view class="list-item1">跟踪项目</view><view class="list-item2 color-main"
                        @click="goDetls(item.orderId)">{{item.orderId$}}</view>
                    <view class="list-item1">申请日期</view><view class="list-item2">{{item.appleTime$}}</view>
                    <view class="list-item1">进度</view><view class="list-item2">{{item.settle$}}</view>
                    <view class="list-item1">添加日期</view><view class="list-item2">{{item.createTime$}}</view>
                    <view class="list-item1">状态</view><view class="list-item2">{{item.status$}}</view>
                    <view class="list-item1">修改人</view><view class="list-item2">{{item.updateBy$}}</view>
                    <view class="list-item1">关联流程</view><view class="list-item2 color-main"
                        @click="lookAssistantPlan(item.id)">查看关联流程</view>
                    <view class="list-item1">主副标记</view><view class="list-item2">{{item.assistantHostSign$}}</view>
                </view>
            </view>
        </view>
        <!-- <uni-load-more :status="status" :icon-size="16" :content-text="contentText" /> -->
        <u-empty v-if="true" icon="../../../static/image/emptyList.png" v-show="csmtrList.length <= 0" />
        <view>
            <!-- 普通弹窗 -->
            <!-- 添加弹窗 -->
            <uni-popup ref="popup" background-color="#fff">
                <view class="popup-content" :class="{ 'popup-height': type === 'left' || type === 'right' }">
                <view class="popup-content">
                    <view>
                        <button v-for="item in planType" class="button btnn" type="primary" @click="add(item.value)">{{item.name}}</button>
                    </view>
@@ -51,6 +61,43 @@
            </uni-popup>
        </view>
        
        <view>
            <!-- 关联流程弹窗 -->
            <uni-popup ref="assistantPlan">
                <view class="popup-bottom">
                    <view style="height: 10rpx;"></view>
                    <!-- 客户列表 -->
                    <view class="c-list" v-for="(item,index) in assCsmtr" :key="index">
                        <view class="titles" @click="getDetails(item.id)">
                            <view style="flex: 1;">
                                <y-title :title="item.name"></y-title>
                            </view>
                            <uni-icons class="opt-icon" type="right" size="20" color="#b9b9b9"></uni-icons>
                        </view>
                        <view style="display: grid;grid-template-columns: 1fr 3fr;">
                            <view class="list-item1">ID</view><view class="list-item2">{{item.id}}</view>
                            <view class="list-item1">业务员</view><view class="list-item2">{{item.userId$}}</view>
                            <view class="list-item1">业务类型</view><view class="list-item2">{{item.planType$}}</view>
                            <view class="list-item1">规划单号</view><view class="list-item2">{{item.uuid}}</view>
                            <view class="list-item1">所需</view><view class="list-item2">{{item.planNeed$}}</view>
                            <view class="list-item1">规划员</view><view class="list-item2">{{item.planner$}}</view>
                            <view class="list-item1">跟踪项目</view><view class="list-item2 color-main"
                                @click="goDetls(item.orderId)">{{item.orderId$}}</view>
                            <view class="list-item1">申请日期</view><view class="list-item2">{{item.appleTime$}}</view>
                            <view class="list-item1">进度</view><view class="list-item2">{{item.settle$}}</view>
                            <view class="list-item1">状态</view><view class="list-item2">{{item.status$}}</view>
                            <view class="list-item1">修改人</view><view class="list-item2">{{item.updateBy$}}</view>
                            <!-- <view class="list-item1">关联流程</view><view class="list-item2 color-main"
                                @click="lookAssistantPlan(item.id)">查看关联流程</view> -->
                            <view class="list-item1">主副标记</view><view class="list-item2">{{item.assistantHostSign$}}</view>
                        </view>
                    </view>
                    <view style="height: 5rpx;"></view>
                </view>
            </uni-popup>
        </view>
        <view style="height: 5rpx;"></view>
        <view class="fxbtn">
            <uni-icons type="plusempty" color="#fff" @click="gotoggle()" ></uni-icons>
        </view>
@@ -66,10 +113,11 @@
                user: {
                    username: '',
                    id: 0,
                    type: ''
                    type: 'user_id'
                },
                falg: true,
                csmtrList: [],
                assCsmtr: [],
                last_id: '',
                reload: false,
                status: 'more',
@@ -172,7 +220,7 @@
                uni.request({
                    url: that.baseUrl + '/plan/page/auth',
                    header: {'token' : uni.getStorageSync('token'),},
                    data: {curr:1,limit:4,deptId:19},
                    data: param,
                    method:'GET',
                    success(result) {
                        if (result.statusCode ===  404) {
@@ -224,7 +272,7 @@
                uni.request({
                    url: that.baseUrl + '/plan/page/auth',
                    header: {'token' : uni.getStorageSync('token'),},
                    data: {curr:that.curr,limit:4},
                    data: param,
                    method:'GET',
                    success(result) {
                        if (result.statusCode ===  404) {
@@ -268,6 +316,31 @@
                    url: '/pages/business/plan/planDetails?id=' + id
                })
            },
            goDetls(id) {
                uni.navigateTo({
                    url: '/pages/business/saleManage/saleManageDetails?id=' + id
                })
            },
            lookAssistantPlan(id) {
                let _this = this
                uni.request({
                    url: `${_this.baseUrl}/plan/assistantPlan/view/auth`,
                    header: {'token' : uni.getStorageSync('token')},
                    data: {hostPlanId:id},
                    success(res) {
                        res = res.data
                        if (res.code === 200) {
                            _this.assCsmtr = res.data.records
                            if (_this.assCsmtr.length > 0) {
                                _this.$refs.assistantPlan.open('bottom')
                            } else {
                                uni.showToast({title: '无关联流程', icon: "none", position: 'center'})
                            }
                        }
                    }
                })
            },
            // ---
            search() {
                
@@ -299,6 +372,11 @@
        justify-content: center;
        background-color: #fff;
    }
    .popup-bottom {
        height: 60vh;
        background-color: #fff;
        border-radius: 20rpx 20rpx 0 0;
    }
    .popup-height {
        display: height;
        width: 300px;
@@ -318,14 +396,13 @@
        margin-bottom: 20px;
    }
    .list-item1 {
        height: 45rpx;
        min-height: 45rpx;
        line-height: 45rpx;
        color: #909399;
        text-indent: 30rpx;
    }
    .list-item2 {
        height: 45rpx;
        min-height: 45rpx;
        line-height: 45rpx;
        color: black;
    }
@@ -336,6 +413,7 @@
        padding-left: 10rpx;
        text-indent: 5rpx;
        margin-top: 10rpx;
        display: flex;
    }
    /* .title {
        height: 60rpx;
pages/business/saleManage/saleManage.vue
@@ -92,7 +92,7 @@
                user: {
                    username: '',
                    id: 0,
                    type: ''
                    type: 'user_id'
                },
                falg: true,
                csmtrList: [],
pages/user/user.vue
@@ -3,8 +3,7 @@
        <view class="user" @click="userDetail">
            <!-- 头像 -->
            <view class="user-avatar">
                <img src="" alt="">
                <!-- <image src="" mode="aspectFit"></image> -->
                <image src="../../static/image/user__easyico.png" mode="aspectFit"></image>
            </view>
            <!-- 信息 -->
            <view class="user-info">
@@ -35,7 +34,7 @@
                let res = await user.getDetail()
                if (res.code === 200) {
                    this.username = res.data.username
                    console.log(res);
                    console.log(res.data);
                } else if (res.code === 403) {
                    this.backLogin(res)
                }
@@ -66,8 +65,9 @@
        grid-template-columns: 1fr 4fr 1fr;
    }
    .user-avatar {
        height: 200rpx;
        width: 200rpx;
        height: 100rpx;
        width: 100rpx;
        padding: 50rpx;
        /* background-color: aquamarine; */
        display: flex;
        justify-content: center;
static/image/user__easyico.png
unpackage/dist/dev/app-plus/app-service.js
Diff too large
unpackage/dist/dev/app-plus/app-view.js
@@ -14299,7 +14299,11 @@
          _c(
            "uni-view",
            { staticClass: _vm._$g(2, "sc"), attrs: { _i: 2 } },
            [_c("img", { attrs: { src: "", alt: "", _i: 3 } })],
            [
              _c("v-uni-image", {
                attrs: { src: _vm._$g(3, "a-src"), mode: "aspectFit", _i: 3 },
              }),
            ],
            1
          ),
          _c(
@@ -14426,7 +14430,7 @@
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 13);
exports = ___CSS_LOADER_API_IMPORT___(false);
// Module
exports.push([module.i, "\n.user {\n\twidth: 100%;\n\theight: 200rpx;\n\tbackground-color: #fff;\n\tdisplay: grid;\n\tgrid-template-columns: 1fr 4fr 1fr;\n}\n.user-avatar {\n\theight: 200rpx;\n\twidth: 200rpx;\n\t/* background-color: aquamarine; */\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.user-avatar img {\n\theight: 100rpx;\n\tborder-radius: 20rpx;\n}\n.user-info {\n\theight: 200rpx;\n\tdisplay: grid;\n\tgrid-template-rows: 2fr 2fr;\n\t/* background-color: aqua; */\n}\n.user-name {\n\theight: 100rpx;\n\twidth: 100%;\n\tdisplay: flex;\n\talign-items: flex-end;\n\tfont-size: 30rpx;\n\tfont-weight: 700;\n}\n.user-company {\n\theight: 100rpx;\n}\n.user-icons {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n", ""]);
exports.push([module.i, "\n.user {\n\twidth: 100%;\n\theight: 200rpx;\n\tbackground-color: #fff;\n\tdisplay: grid;\n\tgrid-template-columns: 1fr 4fr 1fr;\n}\n.user-avatar {\n\theight: 100rpx;\n\twidth: 100rpx;\n\tpadding: 50rpx;\n\t/* background-color: aquamarine; */\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.user-avatar img {\n\theight: 100rpx;\n\tborder-radius: 20rpx;\n}\n.user-info {\n\theight: 200rpx;\n\tdisplay: grid;\n\tgrid-template-rows: 2fr 2fr;\n\t/* background-color: aqua; */\n}\n.user-name {\n\theight: 100rpx;\n\twidth: 100%;\n\tdisplay: flex;\n\talign-items: flex-end;\n\tfont-size: 30rpx;\n\tfont-weight: 700;\n}\n.user-company {\n\theight: 100rpx;\n}\n.user-icons {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n", ""]);
// Exports
module.exports = exports;
@@ -23964,11 +23968,6 @@
              key: item,
              staticClass: _vm._$g("11-" + $30, "sc"),
              attrs: { _i: "11-" + $30 },
              on: {
                click: function ($event) {
                  return _vm.$handleViewEvent($event)
                },
              },
            },
            [
              _c(
@@ -23976,8 +23975,24 @@
                {
                  staticClass: _vm._$g("12-" + $30, "sc"),
                  attrs: { _i: "12-" + $30 },
                  on: {
                    click: function ($event) {
                      return _vm.$handleViewEvent($event)
                    },
                  },
                },
                [_c("y-title", { attrs: { _i: "13-" + $30 } })],
                [
                  _c(
                    "uni-view",
                    { staticStyle: { flex: "1" }, attrs: { _i: "13-" + $30 } },
                    [_c("y-title", { attrs: { _i: "14-" + $30 } })],
                    1
                  ),
                  _c("uni-icons", {
                    staticClass: _vm._$g("15-" + $30, "sc"),
                    attrs: { _i: "15-" + $30 },
                  }),
                ],
                1
              ),
              _c(
@@ -23987,32 +24002,16 @@
                    display: "grid",
                    "grid-template-columns": "1fr 3fr",
                  },
                  attrs: { _i: "14-" + $30 },
                  attrs: { _i: "16-" + $30 },
                },
                [
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("15-" + $30, "sc"),
                      attrs: { _i: "15-" + $30 },
                    },
                    [_vm._v("业务员")]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("16-" + $30, "sc"),
                      attrs: { _i: "16-" + $30 },
                    },
                    [_vm._v(_vm._$g("16-" + $30, "t0-0"))]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("17-" + $30, "sc"),
                      attrs: { _i: "17-" + $30 },
                    },
                    [_vm._v("业务类型")]
                    [_vm._v("ID")]
                  ),
                  _c(
                    "uni-view",
@@ -24028,7 +24027,7 @@
                      staticClass: _vm._$g("19-" + $30, "sc"),
                      attrs: { _i: "19-" + $30 },
                    },
                    [_vm._v("规划单号")]
                    [_vm._v("业务员")]
                  ),
                  _c(
                    "uni-view",
@@ -24044,7 +24043,7 @@
                      staticClass: _vm._$g("21-" + $30, "sc"),
                      attrs: { _i: "21-" + $30 },
                    },
                    [_vm._v("所需")]
                    [_vm._v("业务类型")]
                  ),
                  _c(
                    "uni-view",
@@ -24060,7 +24059,7 @@
                      staticClass: _vm._$g("23-" + $30, "sc"),
                      attrs: { _i: "23-" + $30 },
                    },
                    [_vm._v("规划员")]
                    [_vm._v("规划单号")]
                  ),
                  _c(
                    "uni-view",
@@ -24076,7 +24075,7 @@
                      staticClass: _vm._$g("25-" + $30, "sc"),
                      attrs: { _i: "25-" + $30 },
                    },
                    [_vm._v("跟踪项目")]
                    [_vm._v("所需")]
                  ),
                  _c(
                    "uni-view",
@@ -24092,7 +24091,7 @@
                      staticClass: _vm._$g("27-" + $30, "sc"),
                      attrs: { _i: "27-" + $30 },
                    },
                    [_vm._v("进度")]
                    [_vm._v("规划员")]
                  ),
                  _c(
                    "uni-view",
@@ -24108,15 +24107,121 @@
                      staticClass: _vm._$g("29-" + $30, "sc"),
                      attrs: { _i: "29-" + $30 },
                    },
                    [_vm._v("添加日期")]
                    [_vm._v("跟踪项目")]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("30-" + $30, "sc"),
                      attrs: { _i: "30-" + $30 },
                      on: {
                        click: function ($event) {
                          return _vm.$handleViewEvent($event)
                        },
                      },
                    },
                    [_vm._v(_vm._$g("30-" + $30, "t0-0"))]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("31-" + $30, "sc"),
                      attrs: { _i: "31-" + $30 },
                    },
                    [_vm._v("申请日期")]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("32-" + $30, "sc"),
                      attrs: { _i: "32-" + $30 },
                    },
                    [_vm._v(_vm._$g("32-" + $30, "t0-0"))]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("33-" + $30, "sc"),
                      attrs: { _i: "33-" + $30 },
                    },
                    [_vm._v("进度")]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("34-" + $30, "sc"),
                      attrs: { _i: "34-" + $30 },
                    },
                    [_vm._v(_vm._$g("34-" + $30, "t0-0"))]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("35-" + $30, "sc"),
                      attrs: { _i: "35-" + $30 },
                    },
                    [_vm._v("状态")]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("36-" + $30, "sc"),
                      attrs: { _i: "36-" + $30 },
                    },
                    [_vm._v(_vm._$g("36-" + $30, "t0-0"))]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("37-" + $30, "sc"),
                      attrs: { _i: "37-" + $30 },
                    },
                    [_vm._v("修改人")]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("38-" + $30, "sc"),
                      attrs: { _i: "38-" + $30 },
                    },
                    [_vm._v(_vm._$g("38-" + $30, "t0-0"))]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("39-" + $30, "sc"),
                      attrs: { _i: "39-" + $30 },
                    },
                    [_vm._v("关联流程")]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("40-" + $30, "sc"),
                      attrs: { _i: "40-" + $30 },
                      on: {
                        click: function ($event) {
                          return _vm.$handleViewEvent($event)
                        },
                      },
                    },
                    [_vm._v("查看关联流程")]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("41-" + $30, "sc"),
                      attrs: { _i: "41-" + $30 },
                    },
                    [_vm._v("主副标记")]
                  ),
                  _c(
                    "uni-view",
                    {
                      staticClass: _vm._$g("42-" + $30, "sc"),
                      attrs: { _i: "42-" + $30 },
                    },
                    [_vm._v(_vm._$g("42-" + $30, "t0-0"))]
                  ),
                ],
                1
@@ -24133,46 +24238,42 @@
              {
                name: "show",
                rawName: "v-show",
                value: _vm._$g(31, "v-show"),
                expression: "_$g(31,'v-show')",
                value: _vm._$g(43, "v-show"),
                expression: "_$g(43,'v-show')",
              },
            ],
            attrs: { _i: 31 },
            attrs: { _i: 43 },
          })
        : undefined,
      _c(
        "uni-view",
        { attrs: { _i: 32 } },
        { attrs: { _i: 44 } },
        [
          _c(
            "uni-popup",
            { ref: "popup", attrs: { _i: 33 } },
            { ref: "popup", attrs: { _i: 45 } },
            [
              _c(
                "uni-view",
                {
                  staticClass: _vm._$g(34, "sc"),
                  class: _vm._$g(34, "c"),
                  attrs: { _i: 34 },
                },
                { staticClass: _vm._$g(46, "sc"), attrs: { _i: 46 } },
                [
                  _c(
                    "uni-view",
                    { attrs: { _i: 35 } },
                    _vm._l(_vm._$g(36, "f"), function (item, $11, $21, $31) {
                    { attrs: { _i: 47 } },
                    _vm._l(_vm._$g(48, "f"), function (item, $11, $21, $31) {
                      return _c(
                        "v-uni-button",
                        {
                          key: item,
                          staticClass: _vm._$g("36-" + $31, "sc"),
                          attrs: { type: "primary", _i: "36-" + $31 },
                          staticClass: _vm._$g("48-" + $31, "sc"),
                          attrs: { type: "primary", _i: "48-" + $31 },
                          on: {
                            click: function ($event) {
                              return _vm.$handleViewEvent($event)
                            },
                          },
                        },
                        [_vm._v(_vm._$g("36-" + $31, "t0-0"))]
                        [_vm._v(_vm._$g("48-" + $31, "t0-0"))]
                      )
                    }),
                    1
@@ -24188,10 +24289,291 @@
      ),
      _c(
        "uni-view",
        { staticClass: _vm._$g(37, "sc"), attrs: { _i: 37 } },
        { attrs: { _i: 49 } },
        [
          _c(
            "uni-popup",
            { ref: "assistantPlan", attrs: { _i: 50 } },
            [
              _c(
                "uni-view",
                { staticClass: _vm._$g(51, "sc"), attrs: { _i: 51 } },
                [
                  _c("uni-view", {
                    staticStyle: { height: "10rpx" },
                    attrs: { _i: 52 },
                  }),
                  _vm._l(_vm._$g(53, "f"), function (item, index, $22, $32) {
                    return _c(
                      "uni-view",
                      {
                        key: item,
                        staticClass: _vm._$g("53-" + $32, "sc"),
                        attrs: { _i: "53-" + $32 },
                      },
                      [
                        _c(
                          "uni-view",
                          {
                            staticClass: _vm._$g("54-" + $32, "sc"),
                            attrs: { _i: "54-" + $32 },
                            on: {
                              click: function ($event) {
                                return _vm.$handleViewEvent($event)
                              },
                            },
                          },
                          [
                            _c(
                              "uni-view",
                              {
                                staticStyle: { flex: "1" },
                                attrs: { _i: "55-" + $32 },
                              },
                              [_c("y-title", { attrs: { _i: "56-" + $32 } })],
                              1
                            ),
                            _c("uni-icons", {
                              staticClass: _vm._$g("57-" + $32, "sc"),
                              attrs: { _i: "57-" + $32 },
                            }),
                          ],
                          1
                        ),
                        _c(
                          "uni-view",
                          {
                            staticStyle: {
                              display: "grid",
                              "grid-template-columns": "1fr 3fr",
                            },
                            attrs: { _i: "58-" + $32 },
                          },
                          [
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("59-" + $32, "sc"),
                                attrs: { _i: "59-" + $32 },
                              },
                              [_vm._v("ID")]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("60-" + $32, "sc"),
                                attrs: { _i: "60-" + $32 },
                              },
                              [_vm._v(_vm._$g("60-" + $32, "t0-0"))]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("61-" + $32, "sc"),
                                attrs: { _i: "61-" + $32 },
                              },
                              [_vm._v("业务员")]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("62-" + $32, "sc"),
                                attrs: { _i: "62-" + $32 },
                              },
                              [_vm._v(_vm._$g("62-" + $32, "t0-0"))]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("63-" + $32, "sc"),
                                attrs: { _i: "63-" + $32 },
                              },
                              [_vm._v("业务类型")]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("64-" + $32, "sc"),
                                attrs: { _i: "64-" + $32 },
                              },
                              [_vm._v(_vm._$g("64-" + $32, "t0-0"))]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("65-" + $32, "sc"),
                                attrs: { _i: "65-" + $32 },
                              },
                              [_vm._v("规划单号")]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("66-" + $32, "sc"),
                                attrs: { _i: "66-" + $32 },
                              },
                              [_vm._v(_vm._$g("66-" + $32, "t0-0"))]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("67-" + $32, "sc"),
                                attrs: { _i: "67-" + $32 },
                              },
                              [_vm._v("所需")]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("68-" + $32, "sc"),
                                attrs: { _i: "68-" + $32 },
                              },
                              [_vm._v(_vm._$g("68-" + $32, "t0-0"))]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("69-" + $32, "sc"),
                                attrs: { _i: "69-" + $32 },
                              },
                              [_vm._v("规划员")]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("70-" + $32, "sc"),
                                attrs: { _i: "70-" + $32 },
                              },
                              [_vm._v(_vm._$g("70-" + $32, "t0-0"))]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("71-" + $32, "sc"),
                                attrs: { _i: "71-" + $32 },
                              },
                              [_vm._v("跟踪项目")]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("72-" + $32, "sc"),
                                attrs: { _i: "72-" + $32 },
                                on: {
                                  click: function ($event) {
                                    return _vm.$handleViewEvent($event)
                                  },
                                },
                              },
                              [_vm._v(_vm._$g("72-" + $32, "t0-0"))]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("73-" + $32, "sc"),
                                attrs: { _i: "73-" + $32 },
                              },
                              [_vm._v("申请日期")]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("74-" + $32, "sc"),
                                attrs: { _i: "74-" + $32 },
                              },
                              [_vm._v(_vm._$g("74-" + $32, "t0-0"))]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("75-" + $32, "sc"),
                                attrs: { _i: "75-" + $32 },
                              },
                              [_vm._v("进度")]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("76-" + $32, "sc"),
                                attrs: { _i: "76-" + $32 },
                              },
                              [_vm._v(_vm._$g("76-" + $32, "t0-0"))]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("77-" + $32, "sc"),
                                attrs: { _i: "77-" + $32 },
                              },
                              [_vm._v("状态")]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("78-" + $32, "sc"),
                                attrs: { _i: "78-" + $32 },
                              },
                              [_vm._v(_vm._$g("78-" + $32, "t0-0"))]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("79-" + $32, "sc"),
                                attrs: { _i: "79-" + $32 },
                              },
                              [_vm._v("修改人")]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("80-" + $32, "sc"),
                                attrs: { _i: "80-" + $32 },
                              },
                              [_vm._v(_vm._$g("80-" + $32, "t0-0"))]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("81-" + $32, "sc"),
                                attrs: { _i: "81-" + $32 },
                              },
                              [_vm._v("主副标记")]
                            ),
                            _c(
                              "uni-view",
                              {
                                staticClass: _vm._$g("82-" + $32, "sc"),
                                attrs: { _i: "82-" + $32 },
                              },
                              [_vm._v(_vm._$g("82-" + $32, "t0-0"))]
                            ),
                          ],
                          1
                        ),
                      ],
                      1
                    )
                  }),
                  _c("uni-view", {
                    staticStyle: { height: "5rpx" },
                    attrs: { _i: 83 },
                  }),
                ],
                2
              ),
            ],
            1
          ),
        ],
        1
      ),
      _c("uni-view", { staticStyle: { height: "5rpx" }, attrs: { _i: 84 } }),
      _c(
        "uni-view",
        { staticClass: _vm._$g(85, "sc"), attrs: { _i: 85 } },
        [
          _c("uni-icons", {
            attrs: { _i: 38 },
            attrs: { _i: 86 },
            on: {
              click: function ($event) {
                return _vm.$handleViewEvent($event)
@@ -24299,7 +24681,7 @@
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 13);
exports = ___CSS_LOADER_API_IMPORT___(false);
// Module
exports.push([module.i, "\n.btnn {\n\tmargin-top: 10px;\n}\n.btnn:first-child {\n\tmargin-top: 20px;\n}\n.popup-content {\n\tmargin-top: 150rpx;\n\tdisplay:  flex;\n\talign-items: center;\n\tjustify-content: center;\n\tbackground-color: #fff;\n}\n.popup-height {\n\tdisplay: height;\n\twidth: 300px;\n}\n.c-list {\n\twidth: 96%;\n\tmin-height: 100rpx;\n\tbackground-color: #fff;\n\tborder-radius: 10rpx;\n\tmargin: 20rpx 2% 0 2%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tfont-size: 24rpx;\n}\n/* 父view 换 scroll-view */\n.c-list:last-child {\n\tmargin-bottom: 20px;\n}\n.list-item1 {\n\t\n\theight: 45rpx;\n\tline-height: 45rpx;\n\tcolor: #909399;\n\ttext-indent: 30rpx;\n}\n.list-item2 {\n\theight: 45rpx;\n\tline-height: 45rpx;\n\tcolor: black;\n}\n.color-main {\n\tcolor: #55aaff\n}\n.titles {\n\tpadding-left: 10rpx;\n\ttext-indent: 5rpx;\n\tmargin-top: 10rpx;\n}\n/* .title {\n\theight: 60rpx;\n\tline-height: 70rpx;\n\tfont-size: 28rpx;\n\tfont-weight: 900;\n\tcolor: #303133;\n} */\n", ""]);
exports.push([module.i, "\n.btnn {\n\tmargin-top: 10px;\n}\n.btnn:first-child {\n\tmargin-top: 20px;\n}\n.popup-content {\n\tmargin-top: 260rpx;\n\tdisplay:  flex;\n\talign-items: center;\n\tjustify-content: center;\n\tbackground-color: #fff;\n}\n.popup-bottom {\n\theight: 60vh;\n\tbackground-color: #fff;\n\tborder-radius: 20rpx 20rpx 0 0;\n}\n.popup-height {\n\tdisplay: height;\n\twidth: 300px;\n}\n.c-list {\n\twidth: 96%;\n\tmin-height: 100rpx;\n\tbackground-color: #fff;\n\tborder-radius: 10rpx;\n\tmargin: 20rpx 2% 0 2%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tfont-size: 24rpx;\n}\n/* 父view 换 scroll-view */\n.c-list:last-child {\n\tmargin-bottom: 20px;\n}\n.list-item1 {\n\tmin-height: 45rpx;\n\tline-height: 45rpx;\n\tcolor: #909399;\n\ttext-indent: 30rpx;\n}\n.list-item2 {\n\tmin-height: 45rpx;\n\tline-height: 45rpx;\n\tcolor: black;\n}\n.color-main {\n\tcolor: #55aaff\n}\n.titles {\n\tpadding-left: 10rpx;\n\ttext-indent: 5rpx;\n\tmargin-top: 10rpx;\n\tdisplay: flex;\n}\n/* .title {\n\theight: 60rpx;\n\tline-height: 70rpx;\n\tfont-size: 28rpx;\n\tfont-weight: 900;\n\tcolor: #303133;\n} */\n", ""]);
// Exports
module.exports = exports;
@@ -32450,7 +32832,7 @@
        ],
        1
      ),
      _c("uni-view", { staticStyle: { height: "50rpx" }, attrs: { _i: 45 } }),
      _c("uni-view", { staticStyle: { height: "10rpx" }, attrs: { _i: 45 } }),
    ],
    1
  )