+
+
+
安装Web打印服务
+
第一步:请您下载并安装Web打印服务CLodop。点击下载
+
+
打印机驱动下载
@@ -113,11 +118,7 @@ export function getLodop(oOBJECT, oEMBED) {
2020.4 |
-
-
-
安装Web打印服务
-
第一步:请您下载并安装Web打印服务CLodop。点击下载
-
+
`;
// var strCLodopInstallB = "
(若此前已安装过,可
点这里直接再次启动)";
var strCLodopInstallB = "
注意事项:";
diff --git a/src/views/basicdata/brand/basicClient.vue b/src/views/basicdata/brand/basicClient.vue
index 0fac26ef..a35c46e3 100644
--- a/src/views/basicdata/brand/basicClient.vue
+++ b/src/views/basicdata/brand/basicClient.vue
@@ -554,6 +554,17 @@ export default {
sortable: true,
head: false,
},
+ {
+ prop: 'phone',
+ label: '联系电话',
+ type: 1,
+ values: '',
+ width: '130',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
{
prop: 'typeServiceName',
label: '配送类型',
diff --git a/src/views/basicdata/driverArtery/basicdataDriverArtery.vue b/src/views/basicdata/driverArtery/basicdataDriverArtery.vue
index 669e5f21..11a7e5a9 100644
--- a/src/views/basicdata/driverArtery/basicdataDriverArtery.vue
+++ b/src/views/basicdata/driverArtery/basicdataDriverArtery.vue
@@ -328,6 +328,7 @@ export default {
labelWidth: '150',
width: '200px',
align: 'center',
+ multiple:true,
span: 11,
// dicData: [],
dicUrl: '/api/logpm-basicdata/vehicle/dictionary?vehicleNub={{key}}',
diff --git a/src/views/basicdata/warehouse/warehouse/basicdataWarehouseTemp.vue b/src/views/basicdata/warehouse/warehouse/basicdataWarehouseTemp.vue
index 957ddb22..0ed71d89 100644
--- a/src/views/basicdata/warehouse/warehouse/basicdataWarehouseTemp.vue
+++ b/src/views/basicdata/warehouse/warehouse/basicdataWarehouseTemp.vue
@@ -85,11 +85,15 @@
-
+
-
+
-
+
-
+
+ v-model="Addform.department"
+ :data="AssessmentDepartment"
+ check-strictly
+ :render-after-expand="false"
+ style="width: 240px"
+ @node-click="BelongsearcheNodeClick"
+ clearable
+ @change="Belongingdepartment"
+ />
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
@@ -145,7 +192,14 @@
-
+
+
+
@@ -157,11 +211,25 @@
-
+
+
+
-
+
+
+
@@ -173,13 +241,55 @@
-
+
-
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -211,22 +321,63 @@ import {
getCurrentInstance,
} from 'vue';
import { columnList } from '@/option/basicdata/basicdataWarehouseTemp.js';
-import { $_getList, $_ObtainRegion,$_parentId } from '@/api/basicdata/basicdataWarehouse';
+import { $_getList, $_ObtainRegion, $_parentId } from '@/api/basicdata/basicdataWarehouse';
import { getDictionaryBiz } from '@/api/system/dict'; //字典
+import { getToken } from '@/utils/auth';
import { ElMessage } from 'element-plus';
-const options = ref([{
- dictKey:'1',
- dictValue:'22'
-}]); //职能类型
+import { Delete, Download, Plus, ZoomIn } from '@element-plus/icons-vue';
+const options = ref([]); //职能类型
const search = ref(false); //搜索展开
+const imgs = ref([
+ 'https://fuss10.elemecdn.com/3/28/bbf893f792f03a54408b3b7a7ebf0jpeg.jpeg',
+ 'https://fuss10.elemecdn.com/2/11/6535bcfb26e4c79b48ddde44f4b6fjpeg.jpeg',
+]);
+const imgs1 = ref([
+ 'https://fuss10.elemecdn.com/a/3f/3302e58f9a181d2509f3dc0fa68b0jpeg.jpeg',
+ 'https://fuss10.elemecdn.com/1/34/19aa98b1fcb2781c4fba33d850549jpeg.jpeg',
+ 'https://fuss10.elemecdn.com/0/6f/e35ff375812e6b0020b6b4e8f9583jpeg.jpeg',
+]);
+
+const dialogImageUrl = ref('');
+const dialogVisible = ref(false);
+const disabled = ref(false);
+
+const handleRemove = file => {
+ console.log(file);
+};
+
+const handlePictureCardPreview = file => {
+ dialogImageUrl.value = file.url;
+ dialogVisible.value = true;
+};
+
+const handleDownload = file => {
+ console.log(file);
+};
+
const query = ref({}); //顶部搜索参数
const newlyaddload = ref(false); //新增弹窗
const AssessmentDepartment = ref([]); //考核部门
-const department=ref()
+const department = ref();
const Addform = ref({
- map:[],
+ map: [],
}); //表格新增数据表单
-
+const WarehouseType = ref([]); //仓库类型
+const FireProtection = ref([]); //消防等级
+const Isprotection = ref([]); //是否具有消防等级
+const WarehouseStructureList = ref([]); //仓库结构
+const Iselevated = ref([]); //是否高架
+const powerConditionList = ref([]); //电力类型
+const rentTypeList = ref([]); //租金类型
+const gradeList = ref([]); //仓库等级
+// 图片上传接口
+const doubledCount = computed(() => {
+ return '/api/blade-resource/oss/endpoint/put-file';
+});
+// 图片上传必须携带TOKEN
+const headers = computed(() => {
+ return { 'Blade-Auth': 'Bearer ' + getToken() };
+});
// 获取分类指标
// 在外部定义递归函数,用于加载和更新分类
const loadChildren = (targetList, parentId, indicatorValue) => {
@@ -264,7 +415,6 @@ const loadChildren = (targetList, parentId, indicatorValue) => {
});
};
-
// 当分类项被点击时调用
const classification = (val, index) => {
console.log(index, '当前点击的谁');
@@ -284,8 +434,6 @@ const classification = (val, index) => {
}
};
-
-
const BelongsearcheNodeClick = data => {
department.value = data; //存储当前点击的考核部门
if (data.hasChildren) {
@@ -321,6 +469,7 @@ const searchChangeS = () => {
query.value = {};
onLoad();
};
+const areaoptions = ref([]); //地区
// 地区获取
const initialization = () => {
$_ObtainRegion().then(res => {
@@ -330,11 +479,10 @@ const initialization = () => {
console.log(res, '获取地区');
});
};
+
initialization();
const searchHide = () => {};
-const areaoptions = ref([]);//地区
-
const details = reactive({
/** 是否开启搜索 */
search: false,
@@ -420,17 +568,25 @@ const showdrawer = _flag => {
// 字典公共函数
function updateDictionary(targetArray, dictionaryType) {
getDictionaryBiz(dictionaryType).then(res => {
- res.data.data.forEach((item)=>{
- console.log(item);
- targetArray.push({
- dictKey:item.dictKey,
- dictValue:item.dictValue,
- })
- })
+ res.data.data.forEach(item => {
+ console.log(item);
+ targetArray.push({
+ dictKey: item.dictKey,
+ dictValue: item.dictValue,
+ });
+ });
});
}
const dictionary = () => {
updateDictionary(options.value, 'warehouse_function_type'); //职能类型
+ updateDictionary(WarehouseType.value, 'warehouse_type'); //仓库类型
+ updateDictionary(FireProtection.value, 'warehouse_fireGrade'); //消防等级
+ updateDictionary(Isprotection.value, 'yes_no'); //消防等级
+ updateDictionary(WarehouseStructureList.value, 'warehouse_structure'); //仓库结构
+ updateDictionary(Iselevated.value, 'yes_no'); //是否高架
+ updateDictionary(powerConditionList.value, 'power_condition'); //是否高架
+ updateDictionary(rentTypeList.value, 'rent_type'); //是否高架
+ updateDictionary(gradeList.value, 'warehouse_grade'); //仓库等级
};
// 页面初始化字典
dictionary();
@@ -479,37 +635,41 @@ const newlyaddSubmit = () => {
console.log(Addform.value);
};
// 部门选择
-const AffiliationList=ref({
- formOption: {
- labelWidth: 100,
- column: [{
- label: '自定义项',
- prop: 'label'
- }],
+const AffiliationList = ref({
+ formOption: {
+ labelWidth: 100,
+ column: [
+ {
+ label: '自定义项',
+ prop: 'label',
+ },
+ ],
+ },
+ lazy: true,
+ treeLoad: function (node, resolve) {
+ if (node.level === 0) {
+ return resolve([{ is_show: true, label: 'region', value: new Date().getTime() }]);
+ }
+ if (node.level > 2) return resolve([]);
+ setTimeout(() => {
+ const data = [
+ {
+ label: 'leaf',
+ is_show: true,
+ value: new Date().getTime(),
+ leaf: true,
},
- lazy: true,
- treeLoad: function (node, resolve) {
- if (node.level === 0) {
- return resolve([{ is_show: true, label: 'region', value: new Date().getTime() }]);
- }
- if (node.level > 2) return resolve([]);
- setTimeout(() => {
- const data = [{
- label: 'leaf',
- is_show: true,
- value: new Date().getTime(),
- leaf: true
- }, {
- is_show: true,
- value: new Date().getTime(),
- label: 'zone'
- }];
-
- resolve(data);
- }, 500);
+ {
+ is_show: true,
+ value: new Date().getTime(),
+ label: 'zone',
},
- }
- )
+ ];
+
+ resolve(data);
+ }, 500);
+ },
+});
diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue
index 60abb836..dd516910 100644
--- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue
+++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue
@@ -518,7 +518,23 @@
>
+
+
+
@@ -610,24 +641,29 @@
-
-
-
-