中扬CRM客户关系管理系统
LSH
2024-03-29 cc85911b19cc25838f19ffb2fbb120fbc72b2fb4
src/main/webapp/views/weekly/weekly.html
@@ -24,6 +24,14 @@
            margin-right: 5px;
        }
        select#select-cstmr {
            color: rgba(0, 0, 0, 1) !important; /* 使用更具体的选择器 */
        }
        .cstmrDetl{
            /*color: rgba(0, 0, 0, 0); !* 使用更具体的选择器 *!*/
        }
    </style>
</head>
<body>
@@ -102,7 +110,8 @@
<!--    <a class="layui-btn layui-btn-xs btn-edit" lay-event="approval2">提交</a>-->
    {{# } }}
    <!--  <a class="layui-btn layui-btn-xs btn-edit" lay-event="approval">提交</a>-->
    <a class="layui-btn layui-btn-primary layui-btn-xs btn-edit" lay-event="edit">编辑</a>
    <a class="layui-btn layui-btn-primary layui-btn-xs btn-edit" lay-event="edit">计划</a>
    <a class="layui-btn layui-btn-primary layui-btn-xs btn-edit" lay-event="editReality">行程</a>
<!--    <a class="layui-btn layui-btn-danger layui-btn-xs btn-edit" lay-event="del">删除</a>-->
</script>
@@ -207,14 +216,10 @@
<!--</script>-->
<script type="text/template" id="cstmrId">
    <select id="select-cstmr" style="width: 100%" class="layui-border select-cstmr" lay-ignore >
        <option value="1">仓储</option>
        <option value="0">代采</option>
    <select id="select-cstmr" style="width: 100%;color:rgba(0, 0, 0, 1) !important" class="layui-border select-cstmr" lay-ignore >
            <option value="" class="cstmrDetl">选择甲方单位</option>
<!--        style="width: 100%;color: rgba(0, 0, 0, 1)"-->
    </select>
</script>
<script>
</script>
<!--&lt;!&ndash; 表单弹窗 &ndash;&gt;-->