diff --git a/jshERP-web/public/doc/bill_buy_sale_item_template.xls b/jshERP-web/public/doc/buy_sale_item_template.xls similarity index 92% rename from jshERP-web/public/doc/bill_buy_sale_item_template.xls rename to jshERP-web/public/doc/buy_sale_item_template.xls index 83579ed6..fae802ea 100644 Binary files a/jshERP-web/public/doc/bill_buy_sale_item_template.xls and b/jshERP-web/public/doc/buy_sale_item_template.xls differ diff --git a/jshERP-web/public/doc/bill_other_in_out_item_template.xls b/jshERP-web/public/doc/in_out_item_template.xls similarity index 93% rename from jshERP-web/public/doc/bill_other_in_out_item_template.xls rename to jshERP-web/public/doc/in_out_item_template.xls index af2a8841..8b9e9a26 100644 Binary files a/jshERP-web/public/doc/bill_other_in_out_item_template.xls and b/jshERP-web/public/doc/in_out_item_template.xls differ diff --git a/jshERP-web/public/doc/bill_order_item_template.xls b/jshERP-web/public/doc/order_item_template.xls similarity index 55% rename from jshERP-web/public/doc/bill_order_item_template.xls rename to jshERP-web/public/doc/order_item_template.xls index 1ea9e420..f57147a0 100644 Binary files a/jshERP-web/public/doc/bill_order_item_template.xls and b/jshERP-web/public/doc/order_item_template.xls differ diff --git a/jshERP-web/src/views/bill/dialog/ImportItemModal.vue b/jshERP-web/src/views/bill/dialog/ImportItemModal.vue index ee07741b..b1d6fefa 100644 --- a/jshERP-web/src/views/bill/dialog/ImportItemModal.vue +++ b/jshERP-web/src/views/bill/dialog/ImportItemModal.vue @@ -72,11 +72,11 @@ add (prefixNo) { this.prefixNo = prefixNo if(prefixNo === 'CGDD' || prefixNo === 'XSDD') { - this.tmpUrl = '/doc/bill_order_item_template.xls' + this.tmpUrl = '/doc/order_item_template.xls' } else if(prefixNo === 'CGRK' || prefixNo === 'XSCK') { - this.tmpUrl = '/doc/bill_buy_sale_item_template.xls' + this.tmpUrl = '/doc/buy_sale_item_template.xls' } else if(prefixNo === 'QTRK' || prefixNo === 'QTCK') { - this.tmpUrl = '/doc/bill_other_in_out_item_template.xls' + this.tmpUrl = '/doc/in_out_item_template.xls' } this.form.resetFields() this.model = Object.assign({}, {})