diff --git a/src/views/material/purchase/goodsAccept/editTools.vue b/src/views/material/purchase/goodsAccept/editTools.vue new file mode 100644 index 00000000..f571dc3d --- /dev/null +++ b/src/views/material/purchase/goodsAccept/editTools.vue @@ -0,0 +1,1356 @@ + + + + + + + + + + + + + + + + 选择某天 + 选择月份 + + + + + + + + + + + % + + + + + + + + + + + 保存 + + + + 导出 + + + + + + + + + + + + + + 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" + @change="purchaseTaxPriceChange(scope.row, scope.$index)" + > + + + + + + + + + + + + + + + + + + + + + + + + + + 报告管理 + + + 报告管理 + + + + + + + + + + + + 删除 + + + + + + + + + + + + {{ this.rowData.maTypeName }} + + + + + {{ this.rowData.typeName }} + + + + + + + + 上传 + + + + 查看 + + + + + + + + + + + + + + + + + + + + + 查看 + + + 删除 + + + + + + + + + + diff --git a/src/views/material/purchase/goodsAccept/index.vue b/src/views/material/purchase/goodsAccept/index.vue index 217361a5..4eace0c4 100644 --- a/src/views/material/purchase/goodsAccept/index.vue +++ b/src/views/material/purchase/goodsAccept/index.vue @@ -92,7 +92,7 @@ - + 查看 + + 编辑 + { + uploadPurchaseFile(obj).then((response) => { this.$modal.msgSuccess('上传成功') }).catch(() => {