|
|
|
@ -1,6 +1,6 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<lay-container fluid="true" class="content-box">
|
|
|
|
<lay-container fluid="true" class="content-box">
|
|
|
|
<FormulaView :teamId="dataInfoObj.FTeamID" :halfId="dataInfoObj.FMaterialHalfIDs"></FormulaView>
|
|
|
|
<!-- <FormulaView :teamId="dataInfoObj.FTeamID" :halfId="dataInfoObj.FMaterialHalfIDs"></FormulaView> -->
|
|
|
|
<lay-layer area="90%" v-model="showFreezingColumnSettingBox" title="固定列设置" :end="closeFreezingSetting">
|
|
|
|
<lay-layer area="90%" v-model="showFreezingColumnSettingBox" title="固定列设置" :end="closeFreezingSetting">
|
|
|
|
<FreezingColumnSetting v-if="showFreezingColumnSettingBox" :columns="originalColumns"
|
|
|
|
<FreezingColumnSetting v-if="showFreezingColumnSettingBox" :columns="originalColumns"
|
|
|
|
:freezingColumns="freezingColumnSetting" @cancelClick="setFreezingColumnsSetting"></FreezingColumnSetting>
|
|
|
|
:freezingColumns="freezingColumnSetting" @cancelClick="setFreezingColumnsSetting"></FreezingColumnSetting>
|
|
|
|
@ -94,7 +94,8 @@ import {
|
|
|
|
} from 'vue';
|
|
|
|
} from 'vue';
|
|
|
|
import {
|
|
|
|
import {
|
|
|
|
getListByTeamId,
|
|
|
|
getListByTeamId,
|
|
|
|
updateBatchById2
|
|
|
|
updateBatchById2,
|
|
|
|
|
|
|
|
updateBatchById3
|
|
|
|
} from "/src/api/api/view";
|
|
|
|
} from "/src/api/api/view";
|
|
|
|
import {
|
|
|
|
import {
|
|
|
|
getBasicRoleList,
|
|
|
|
getBasicRoleList,
|
|
|
|
@ -198,7 +199,6 @@ export default {
|
|
|
|
this.initPage(layer.load(2));
|
|
|
|
this.initPage(layer.load(2));
|
|
|
|
},
|
|
|
|
},
|
|
|
|
async initPage(idx) {
|
|
|
|
async initPage(idx) {
|
|
|
|
debugger
|
|
|
|
|
|
|
|
let _data = await getListByTeamId({
|
|
|
|
let _data = await getListByTeamId({
|
|
|
|
teamId: this.dataInfoObj.FTeamID,
|
|
|
|
teamId: this.dataInfoObj.FTeamID,
|
|
|
|
viewType: this.dataInfoObj.FViewType
|
|
|
|
viewType: this.dataInfoObj.FViewType
|
|
|
|
@ -467,7 +467,7 @@ export default {
|
|
|
|
// 发送保存请求
|
|
|
|
// 发送保存请求
|
|
|
|
debugger
|
|
|
|
debugger
|
|
|
|
console.log('updateObj', updateObj);
|
|
|
|
console.log('updateObj', updateObj);
|
|
|
|
let _result = await updateBatchById2(updateObj);
|
|
|
|
let _result = await updateBatchById3(updateObj);
|
|
|
|
if (_result.Code === 200) {
|
|
|
|
if (_result.Code === 200) {
|
|
|
|
await commonSave({
|
|
|
|
await commonSave({
|
|
|
|
teamId: updateObj.FTeamID,
|
|
|
|
teamId: updateObj.FTeamID,
|
|
|
|
|