diff --git a/oms_web/oms_vue/.env.development b/oms_web/oms_vue/.env.development index 302ecd1a..92b875a4 100644 --- a/oms_web/oms_vue/.env.development +++ b/oms_web/oms_vue/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = UNISSENSE-OMS # 开发环境配置 ENV = 'development' diff --git a/oms_web/oms_vue/.env.production b/oms_web/oms_vue/.env.production index b4893b0d..4f5e6ceb 100644 --- a/oms_web/oms_vue/.env.production +++ b/oms_web/oms_vue/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = UNISSENSE-OMS # 生产环境配置 ENV = 'production' diff --git a/oms_web/oms_vue/.env.staging b/oms_web/oms_vue/.env.staging index 209b64e3..675a434b 100644 --- a/oms_web/oms_vue/.env.staging +++ b/oms_web/oms_vue/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = UNISSENSE-OMS BABEL_ENV = production diff --git a/oms_web/oms_vue/public/favicon.ico b/oms_web/oms_vue/public/favicon.ico index e2637602..de795545 100644 Binary files a/oms_web/oms_vue/public/favicon.ico and b/oms_web/oms_vue/public/favicon.ico differ diff --git a/oms_web/oms_vue/public/index.html b/oms_web/oms_vue/public/index.html index 925455ca..cecd2fae 100644 --- a/oms_web/oms_vue/public/index.html +++ b/oms_web/oms_vue/public/index.html @@ -6,7 +6,8 @@ -
操作人: {{ log.approveUserName }} ({{ log.roleName }})
+接收人: {{ getReceiverName(log) }}
+审批状态:
{{ order.projectCode }}-{{ order.orderCode }}-Rev.{{ order.versionCode }}
+ +| 序号 | +产品编码 | +产品型号 | +描述 | +数量 | +目录单价(¥) | +折扣 | +单价(¥) | +现金折扣 | +总价(¥) | +折后总价(¥) | +税率(%) | +
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ index + 1 }} | +{{ product.productBomCode }} | +{{ product.model }} | +{{ product.productDesc }} | +{{ product.quantity }} | +{{ formatCurrency(product.cataloguePrice) }} | +{{ product.discount ? (product.discount * 100).toFixed(2) + '%' : '-' }} | +{{ formatCurrency(product.price) }} | +{{ selectedDiscountLabel }} | +{{ formatCurrency(product.allPrice) }} | +{{ formatCurrency(getDiscountedAllPrice(product, selectedDiscount)) }} | +
+ |
+
| 软件折后小计: | +{{ formatCurrency(softwareDiscountedTotal) }} | +||||||||||
| 序号 | +产品编码 | +产品型号 | +描述 | +数量 | +目录单价(¥) | +折扣 | +单价(¥) | +现金折扣 | +总价(¥) | +折后总价(¥) | +税率(%) | +
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ index + 1 }} | +{{ product.productBomCode }} | +{{ product.model }} | +{{ product.productDesc }} | +{{ product.quantity }} | +{{ formatCurrency(product.cataloguePrice) }} | +{{ product.discount ? (product.discount * 100).toFixed(2) + '%' : '-' }} | +{{ formatCurrency(product.price) }} | +{{ selectedDiscountLabel }} | +{{ formatCurrency(product.allPrice) }} | +{{ formatCurrency(getDiscountedAllPrice(product, selectedDiscount)) }} | +
+ |
+
| 硬件折后小计: | +{{ formatCurrency(hardwareDiscountedTotal) }} | +||||||||||
| 序号 | +产品编码 | +产品型号 | +描述 | +数量 | +目录单价(¥) | +折扣 | +单价(¥) | +现金折扣 | +总价(¥) | +折后总价(¥) | +税率(%) | +
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ index + 1 }} | +{{ product.productBomCode }} | +{{ product.model }} | +{{ product.productDesc }} | +{{ product.quantity }} | +{{ formatCurrency(product.cataloguePrice) }} | +{{ product.discount ? (product.discount * 100).toFixed(2) + '%' : '-' }} | +{{ formatCurrency(product.price) }} | +{{ selectedDiscountLabel }} | +{{ formatCurrency(product.allPrice) }} | +{{ formatCurrency(getDiscountedAllPrice(product, selectedDiscount)) }} | +
+ |
+
| 服务折后小计: | +{{ formatCurrency(maintenanceDiscountedTotal) }} | +||||||||||