diff --git a/supervise-customer-ui/src/views/purchaserequisition/listofcheck/PrUploadXlsx.vue b/supervise-customer-ui/src/views/purchaserequisition/listofcheck/PrUploadXlsx.vue new file mode 100644 index 00000000..71f307cb --- /dev/null +++ b/supervise-customer-ui/src/views/purchaserequisition/listofcheck/PrUploadXlsx.vue @@ -0,0 +1,488 @@ + + + + + + {{ viewTitle }} + + + 下载Excel示例表样 + + + 上传采购订单excel文件 + + + 关闭 + + + + + + + + + + + + 采购订单信息 + + + 订单编号 + + + {{ formobj.code }} + + + 填单人 + + + {{ formobj.buyerName }} + + + 填单时间 + + + {{ formobj.purchaseDate }} + + + + + 供货单位 + + + {{ formobj.supplierName }} + + + 仓位 + + + {{ formobj.warehousePosition }} + + + 到货日期 + + + {{ formobj.arrivalDate }} + + + + + 采购员 + + + {{ formobj.buyerName }} + + + 入库单位 + + + {{ formobj.purchasingDeptName }} + + + 单据到效期 + + + {{ formobj.expiryDate }} + + + + + 要货单位 + + + {{ formobj.purchasingDeptName }} + + + 入库仓位 + + + {{ formobj.warehousePosition }} + + + 完成状态 + + + {{ formobj.completionStatus }} + + + + + 采购商品明细 + + 合计数量:{{ totalQuantity }} + 合计金额:{{ amountInTotal }} + + + + + + + + + + + + + + + + + + + + + 供应商信息检测 + 重新检测 + + + {{ supplierCheckMsg }} + + + + + + + + + + + + + + + + 商品信息检测 + 重新检测 + + + {{ proCheckMsg }} + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/supervise-customer-ui/src/views/purchaserequisition/listofcheck/index.vue b/supervise-customer-ui/src/views/purchaserequisition/listofcheck/index.vue index 3d535bcf..d5b2f5b0 100644 --- a/supervise-customer-ui/src/views/purchaserequisition/listofcheck/index.vue +++ b/supervise-customer-ui/src/views/purchaserequisition/listofcheck/index.vue @@ -11,7 +11,7 @@