|
@@ -17,8 +17,8 @@
|
|
>
|
|
>
|
|
已填{{ item.realFillRate ?? 0 }}%
|
|
已填{{ item.realFillRate ?? 0 }}%
|
|
</div> -->
|
|
</div> -->
|
|
- <!-- <el-tooltip
|
|
|
|
- v-if="item.isSync === 1 && item.isBussShow !== 2"
|
|
|
|
|
|
+ <el-tooltip
|
|
|
|
+ v-if="userInfo?.role_id === '1123598816738675201' && item.isSync === 1 && item.isBussShow !== 2"
|
|
class="box-item"
|
|
class="box-item"
|
|
effect="light"
|
|
effect="light"
|
|
content="表单保存后更新"
|
|
content="表单保存后更新"
|
|
@@ -28,7 +28,7 @@
|
|
style="border:1px solid orange"
|
|
style="border:1px solid orange"
|
|
class="h-5 w-5 inline-flex items-center justify-center border border-orange rounded-full bg-white text-xs text-orange"
|
|
class="h-5 w-5 inline-flex items-center justify-center border border-orange rounded-full bg-white text-xs text-orange"
|
|
>同</span>
|
|
>同</span>
|
|
- </el-tooltip> -->
|
|
|
|
|
|
+ </el-tooltip>
|
|
<el-tooltip
|
|
<el-tooltip
|
|
v-if="item.dateIsComplete === 2 && item.isBussShow !== 2"
|
|
v-if="item.dateIsComplete === 2 && item.isBussShow !== 2"
|
|
class="box-item"
|
|
class="box-item"
|
|
@@ -701,7 +701,8 @@
|
|
<el-form-item label=" " :prop="deviationModal.type === 1 ? 'g8pcfw' : 'g10pcfw'">
|
|
<el-form-item label=" " :prop="deviationModal.type === 1 ? 'g8pcfw' : 'g10pcfw'">
|
|
<el-input v-if="deviationModal.type === 1" v-model="deviationModal.g8pcfw" block placeholder="请输入高程偏差" />
|
|
<el-input v-if="deviationModal.type === 1" v-model="deviationModal.g8pcfw" block placeholder="请输入高程偏差" />
|
|
<el-input v-else v-model="deviationModal.g10pcfw" block placeholder="请输入平面高差" />
|
|
<el-input v-else v-model="deviationModal.g10pcfw" block placeholder="请输入平面高差" />
|
|
- <div class="text-orange">格式要求:-n,n或者±n</div>
|
|
|
|
|
|
+ <div v-if="deviationModal.type === 1" class="text-orange">格式要求:-n,n或者±n</div>
|
|
|
|
+ <div v-else class="text-orange">格式要求:0,n</div>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</div>
|
|
</div>
|
|
</el-form>
|
|
</el-form>
|
|
@@ -836,6 +837,7 @@ const emit = defineEmits(['renew', 'offsetTop', 'getList'])
|
|
const useAppState = useAppStore()
|
|
const useAppState = useAppStore()
|
|
|
|
|
|
//全局变量
|
|
//全局变量
|
|
|
|
+const userInfo = ref(useAppState.getUserInfo)
|
|
const projectId = ref(useAppState.projectId)
|
|
const projectId = ref(useAppState.projectId)
|
|
const contract_id = ref(props.contractId)
|
|
const contract_id = ref(props.contractId)
|
|
const treeId = ref(props.primaryKeyId)
|
|
const treeId = ref(props.primaryKeyId)
|
|
@@ -1056,7 +1058,7 @@ const isOpen = infos['isOpenRandomNumber'] ?? 0
|
|
newArr.push({ label: '插入设计值/频率', key: 'design' })
|
|
newArr.push({ label: '插入设计值/频率', key: 'design' })
|
|
}
|
|
}
|
|
newArr.push({ label: '插入编号', key: 'pushCode' })
|
|
newArr.push({ label: '插入编号', key: 'pushCode' })
|
|
- newArr.push({ label: '测量偏差范围', key: 'deviation' })
|
|
|
|
|
|
+ newArr.push({ label: '测量偏差范围', key: 'deviation' })
|
|
newArr.push({ label: '插入特殊字符', key: 'special' })
|
|
newArr.push({ label: '插入特殊字符', key: 'special' })
|
|
newArr.push({ label: '关联试验数据', key: 'test' })
|
|
newArr.push({ label: '关联试验数据', key: 'test' })
|
|
newArr.push({ label: '关联试验文件', key: 'file' })
|
|
newArr.push({ label: '关联试验文件', key: 'file' })
|