中扬CRM客户关系管理系统
#
lsh
2024-04-19 b523cf62af9369901cdeff2b2ae188a0af856558
#
3个文件已修改
14 ■■■■ 已修改文件
src/main/webapp/static/js/cstmr/cstmr.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/cstmr/cstmr2.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/weekly/weekly.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/cstmr/cstmr.js
@@ -286,10 +286,10 @@
                                {type: 'numbers'}
                                // ,{field: 'weeklyDay$', align: 'center',title: '星期'}
                                ,{field: 'dailyTime$',width : 120, align: 'center',title: '日期'}
                                ,{field: 'workContent', align: 'center', title: '结果', edit:false}
                                ,{field: 'workContent', align: 'center', title: '结果说明', edit:false}
                                // ,{field: 'workPurpose', title: '工作目的', edit:false}
                                // ,{field: 'comment', title: '评论', edit:false}
                                ,{field: 'weeklyMatter', title: '需协助事项',  edit:false}
                                // ,{field: 'weeklyMatter', title: '需协助事项',  edit:false}
                                // ,{field: 'dailyTime$', align: 'center',title: '日报日期'}
                                // ,{field: 'settleMsg', align: 'center',title: '审核进度'}
                                ,{field: 'director$', align: 'center',title: '负责人'}
src/main/webapp/static/js/cstmr/cstmr2.js
@@ -299,10 +299,10 @@
                                {type: 'numbers'}
                                // ,{field: 'weeklyDay$', align: 'center',title: '星期'}
                                ,{field: 'dailyTime$',width : 120, align: 'center',title: '日期'}
                                ,{field: 'workContent', align: 'center', title: '结果', edit:false}
                                ,{field: 'workContent', align: 'center', title: '结果说明', edit:false}
                                // ,{field: 'workPurpose', title: '工作目的', edit:false}
                                // ,{field: 'comment', title: '评论', edit:false}
                                ,{field: 'weeklyMatter', title: '需协助事项',  edit:false}
                                // ,{field: 'weeklyMatter', title: '需协助事项',  edit:false}
                                // ,{field: 'dailyTime$', align: 'center',title: '日报日期'}
                                // ,{field: 'settleMsg', align: 'center',title: '审核进度'}
                                ,{field: 'director$', align: 'center',title: '负责人'}
src/main/webapp/views/weekly/weekly.html
@@ -177,9 +177,9 @@
                                </el-select>
                            </div>
                        </el-table-column>
                        <el-table-column prop="workContent" label="结果" width="180">
                        <el-table-column prop="workContent" label="结果说明" width="180">
                            <div class="item" slot-scope="scope">
                                <el-input v-model="scope.row.workContent" placeholder="结果"></el-input>
                                <el-input v-model="scope.row.workContent" placeholder="结果说明"></el-input>
                            </div>
                        </el-table-column>
<!--                        <el-table-column prop="weeklyMatter" label="需协助事项" width="120">-->
@@ -299,7 +299,7 @@
                                <el-table-column property="weeklyDay$" label="日期"></el-table-column>
                                <el-table-column property="cstmrId$" label="甲方单位"></el-table-column>
                                <el-table-column property="dailyTime$" label="日期"></el-table-column>
                                <el-table-column width="180" property="workContent" label="结果"></el-table-column>
                                <el-table-column width="180" property="workContent" label="结果说明"></el-table-column>
<!--                                <el-table-column property="weeklyMatter" label="需协助事项"></el-table-column>-->
                                <el-table-column property="addr" label="地址"></el-table-column>
                                <el-table-column property="memo" label="备注"></el-table-column>