diff --git a/src/views/big-screen/model-components/details-new.vue b/src/views/big-screen/model-components/details-new.vue index d631241..4dbda17 100644 --- a/src/views/big-screen/model-components/details-new.vue +++ b/src/views/big-screen/model-components/details-new.vue @@ -86,7 +86,7 @@ if (currentType.value == 1) { { label: '出厂日期', prop: 'productionDate' }, { label: '联系人', prop: 'person' }, { label: '联系电话', prop: 'personPhone' }, - { label: '上架数量', prop: 'deviceCount' }, + { label: '在库数量', prop: 'deviceCount' }, { label: '录入人', prop: 'creatorName' }, { label: '录入时间', prop: 'createTime' }, { label: '所属公司', prop: 'comName' }, diff --git a/src/views/equip/detail.vue b/src/views/equip/detail.vue index 1fdd5a4..4e329a8 100644 --- a/src/views/equip/detail.vue +++ b/src/views/equip/detail.vue @@ -685,7 +685,7 @@ const equipBaseInfoList = reactive([ key: 'typeName', }, { - label: '上架数量', + label: '在库数量', key: 'deviceCount', }, { @@ -713,7 +713,7 @@ const businessList = reactive([ unit: '', }, { - label: '上架数量', + label: '在库数量', key: 'devUapNum', unit: '台', }, diff --git a/src/views/equip/numDetail.vue b/src/views/equip/numDetail.vue index a97d6e9..55fb8b3 100644 --- a/src/views/equip/numDetail.vue +++ b/src/views/equip/numDetail.vue @@ -494,7 +494,7 @@ const equipBaseInfoList = reactive([ key: 'typeName', }, { - label: '上架数量', + label: '在库数量', key: 'deviceCount', }, { @@ -518,7 +518,7 @@ const businessList = reactive([ unit: '', }, { - label: '上架数量', + label: '在库数量', key: 'devUapNum', unit: '台', }, diff --git a/src/views/user/goodsAuditing/equipmentInput/index.vue b/src/views/user/goodsAuditing/equipmentInput/index.vue index a508422..955cb8b 100644 --- a/src/views/user/goodsAuditing/equipmentInput/index.vue +++ b/src/views/user/goodsAuditing/equipmentInput/index.vue @@ -665,7 +665,7 @@ const equipRules = ref({ deviceCount: [ { required: true, - message: '请输入上架数量', + message: '请输入在库数量', trigger: 'blur', }, ], @@ -1944,10 +1944,10 @@ const onHandleReject = async (row: any) => { - + { - + { - +