diff --git a/libs/XdBase/index.js b/libs/XdBase/index.js new file mode 100644 index 00000000..c5dd386e --- /dev/null +++ b/libs/XdBase/index.js @@ -0,0 +1,5 @@ +function mylog() { + console.log('mylog: ', ...arguments); +} + +module.exports = {mylog}; diff --git a/libs/XdBase/package.json b/libs/XdBase/package.json new file mode 100644 index 00000000..a1c13df8 --- /dev/null +++ b/libs/XdBase/package.json @@ -0,0 +1,11 @@ +{ + "name": "xdbase", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +} diff --git a/libs/readme b/libs/readme new file mode 100644 index 00000000..2e39265e --- /dev/null +++ b/libs/readme @@ -0,0 +1,21 @@ + +npm adduser --registry=http://npm.uat.loc/ + +npm login --registry http://43.139.27.159:4873/ +npm logout --registry http://43.139.27.159:4873/ + +npm publish --registry=http://npm.uat.loc/ +npm install XdVuePdf --registry=http://npm.uat.loc/ +npm update XdVuePdf --registry=http://127.0.0.1:9001 + +npm config set registry http://npm.uat.loc/ + + + +npm config set registry https://registry.npmmirror.com + + + +npm config set registry https://registry.npmmirror.com +npm config set registry https://registry.npmmirror.com +npm install --registry=https://registry.npm.taobao.org diff --git a/public/static/tpl/import_sit_batch_rule_tpl.xls b/public/static/tpl/import_sit_batch_rule_tpl.xls new file mode 100644 index 00000000..af12e6c6 Binary files /dev/null and b/public/static/tpl/import_sit_batch_rule_tpl.xls differ diff --git a/src/views/emis/emisTransPlanRule/BatchImportTransPlanRule.vue b/src/views/emis/emisTransPlanRule/BatchImportTransPlanRule.vue new file mode 100644 index 00000000..6819d506 --- /dev/null +++ b/src/views/emis/emisTransPlanRule/BatchImportTransPlanRule.vue @@ -0,0 +1,442 @@ + + + + +