| | |
| | | margin-right: 5px; |
| | | } |
| | | |
| | | select#select-cstmr { |
| | | color: rgba(0, 0, 0, 1) !important; /* 使用更具体的选择器 */ |
| | | } |
| | | |
| | | .cstmrDetl{ |
| | | /*color: rgba(0, 0, 0, 0); !* 使用更具体的选择器 *!*/ |
| | | } |
| | | |
| | | </style> |
| | | </head> |
| | | <body> |
| | |
| | | </div> |
| | | |
| | | <!-- 表格操作列 --> |
| | | <script type="text/html" id="tbLook"> |
| | | <script type="text/html" id="tbLookPlan"> |
| | | <span class="layui-text"> |
| | | <a href="javascript:;" lay-event="look"> |
| | | <i class="layui-icon" style="font-size: 12px;"></i> 查看周计划 |
| | | <a href="javascript:;" lay-event="lookPlan"> |
| | | <i class="layui-icon" style="font-size: 12px;"></i> 查看日计划 |
| | | </a> |
| | | </span> |
| | | </script> |
| | | |
| | | <!-- 表格操作列 --> |
| | | <script type="text/html" id="tbLookReality"> |
| | | <span class="layui-text"> |
| | | <a href="javascript:;" lay-event="lookReality"> |
| | | <i class="layui-icon" style="font-size: 12px;"></i> 查看日行程 |
| | | </a> |
| | | </span> |
| | | </script> |
| | |
| | | <a class="layui-btn layui-btn-xs btn-edit" lay-event="approval2">审批</a> |
| | | {{# } }} |
| | | {{# if (d.settle == 0) { }} |
| | | <a class="layui-btn layui-btn-xs btn-edit" lay-event="approval2">提交</a> |
| | | <!-- <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-danger layui-btn-xs btn-edit" lay-event="del">删除</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> |
| | | |
| | | <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script> |
| | |
| | | <!--</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> |
| | | |
| | | <!--<!– 表单弹窗 –>--> |