+
+
+
安装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/warehouse/warehouse/basicdataWarehouseTemp.vue b/src/views/basicdata/warehouse/warehouse/basicdataWarehouseTemp.vue
index 957ddb22..a357a911 100644
--- a/src/views/basicdata/warehouse/warehouse/basicdataWarehouseTemp.vue
+++ b/src/views/basicdata/warehouse/warehouse/basicdataWarehouseTemp.vue
@@ -121,23 +121,58 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
@@ -145,7 +180,14 @@
-
+
+
+
@@ -157,11 +199,25 @@
-
+
+
+
-
+
+
+
@@ -173,13 +229,23 @@
-
+
-
+
+
+
@@ -214,11 +280,18 @@ import { columnList } from '@/option/basicdata/basicdataWarehouseTemp.js';
import { $_getList, $_ObtainRegion,$_parentId } from '@/api/basicdata/basicdataWarehouse';
import { getDictionaryBiz } from '@/api/system/dict'; //字典
import { ElMessage } from 'element-plus';
-const options = ref([{
- dictKey:'1',
- dictValue:'22'
-}]); //职能类型
+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 query = ref({}); //顶部搜索参数
const newlyaddload = ref(false); //新增弹窗
const AssessmentDepartment = ref([]); //考核部门
@@ -226,8 +299,14 @@ const department=ref()
const Addform = ref({
map:[],
}); //表格新增数据表单
-
-// 获取分类指标
+const WarehouseType=ref([])//仓库类型
+const FireProtection=ref([])//消防等级
+const Isprotection=ref([])//是否具有消防等级
+const WarehouseStructureList=ref([]);//仓库结构
+const Iselevated=ref([]);//是否高架
+const powerConditionList=ref([]);//电力类型
+const rentTypeList=ref([]);//租金类型
+// 获取分类指标
// 在外部定义递归函数,用于加载和更新分类
const loadChildren = (targetList, parentId, indicatorValue) => {
let dataSub = { parentId };
@@ -321,6 +400,7 @@ const searchChangeS = () => {
query.value = {};
onLoad();
};
+const areaoptions = ref([]);//地区
// 地区获取
const initialization = () => {
$_ObtainRegion().then(res => {
@@ -330,10 +410,12 @@ const initialization = () => {
console.log(res, '获取地区');
});
};
+
+
initialization();
const searchHide = () => {};
-const areaoptions = ref([]);//地区
+
const details = reactive({
/** 是否开启搜索 */
@@ -431,6 +513,14 @@ function updateDictionary(targetArray, dictionaryType) {
}
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(rentTypeList.value, 'warehouse_grade'); //仓库等级
};
// 页面初始化字典
dictionary();
@@ -536,7 +626,10 @@ const AffiliationList=ref({
width: 46%;
}
.el-form-item__content{
- width: 100%;
+ width: 100% !important;
+ .el-select,.avue-input-map,.el-cascader{
+ width: 100% !important;
+ }
}
}
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 @@
-
-
-
-