From af7dff73a272ef258c51cda1d1ab2783e9cf3f95 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Wed, 8 Jan 2025 11:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E7=AE=A1=E7=90=86=E6=A1=86?= =?UTF-8?q?=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/basic/bmUnit/index.vue | 2 +- .../part/partArrived/component/addTools.vue | 817 ++++++++++++++++++ .../part/partArrived/component/home.vue | 630 ++++++++++++++ .../part/partArrived/component/queryTools.vue | 350 ++++++++ src/views/material/part/partArrived/index.vue | 87 ++ 5 files changed, 1885 insertions(+), 1 deletion(-) create mode 100644 src/views/material/part/partArrived/component/addTools.vue create mode 100644 src/views/material/part/partArrived/component/home.vue create mode 100644 src/views/material/part/partArrived/component/queryTools.vue create mode 100644 src/views/material/part/partArrived/index.vue diff --git a/src/views/material/basic/bmUnit/index.vue b/src/views/material/basic/bmUnit/index.vue index e7c281e7..4a931a82 100644 --- a/src/views/material/basic/bmUnit/index.vue +++ b/src/views/material/basic/bmUnit/index.vue @@ -338,7 +338,7 @@ export default { this.typeList = unitList.map((item) => { return { label: item.dictLabel, - value: item.dictValue, + value: item.dictCode, }; }); }) diff --git a/src/views/material/part/partArrived/component/addTools.vue b/src/views/material/part/partArrived/component/addTools.vue new file mode 100644 index 00000000..100b83c4 --- /dev/null +++ b/src/views/material/part/partArrived/component/addTools.vue @@ -0,0 +1,817 @@ + + + + + + + + + + + + + + + + + + % + + + + + + + + + + + + + 保存 + + + 导出 + + + + + + + + + + + + (scope.row.unitValue==1?scope.row.purchaseNum=Number(v.replace(/[^\d.]/g,'')) : scope.row.purchaseNum=Number(v.replace(/[^\d]/g,'')))" + > + + + + + 0? scope.row.purchaseTaxPrice:0" + :min="0" :step="1" :disabled="scope.row.status!=1&&scope.row.status!=12" + @change="purchaseTaxPriceChange(scope.row,scope.$index)" + > + + + + + + + + + + 0? Number(scope.row.rentPrice.toFixed(2)) :0" + :min="0" :step="1" :disabled="(scope.row.status!=1&&scope.row.status!=12)||scope.row.rentPriceDisabled" + > + + + + + + + + + + + 报告管理 + 报告管理 + + + + + + + + + + + + 删除 + + + + + + + + + + + + {{this.rowData.maTypeName}} + + + + + {{this.rowData.typeName}} + + + + + + + + + 上传 + + + + + 查看 + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/material/part/partArrived/component/home.vue b/src/views/material/part/partArrived/component/home.vue new file mode 100644 index 00000000..c7dc67ac --- /dev/null +++ b/src/views/material/part/partArrived/component/home.vue @@ -0,0 +1,630 @@ + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + 配件到货新增 + + + 导出 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查看 + 编辑 + + 验收单 + + 删除 + + + + + + + + + + + + 机具设备到货验收单 + + + + 单据编号: + + + 生产厂家(供应商): + + + + 到货日期: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 供应科: + + + + + + 生产技术科: + + + + + + 库管班: + + + + + + + + + + + + + + diff --git a/src/views/material/part/partArrived/component/queryTools.vue b/src/views/material/part/partArrived/component/queryTools.vue new file mode 100644 index 00000000..3925e2bc --- /dev/null +++ b/src/views/material/part/partArrived/component/queryTools.vue @@ -0,0 +1,350 @@ + + + + + + 导出 + + + + + + + + + + + + + + + + + + 报告管理 + 报告管理 + + + + + + + + + + + + + + + + + + {{this.rowData.maTypeName}} + + + + + {{this.rowData.typeName}} + + + + + + + + + + 查看 + + + + + + + + + + + + + + + + + + + diff --git a/src/views/material/part/partArrived/index.vue b/src/views/material/part/partArrived/index.vue new file mode 100644 index 00000000..fc4f1977 --- /dev/null +++ b/src/views/material/part/partArrived/index.vue @@ -0,0 +1,87 @@ + + + + + + + + + \ No newline at end of file