supplier_list-detail.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. <template>
  2. <div>
  3. <div class="sty">
  4. <el-page-header @back="goBack" content="详情页面"> </el-page-header>
  5. </div>
  6. <el-card class="box-card">
  7. <div slot="header" class="clearfix">
  8. <span>供应商编码</span>
  9. </div>
  10. <el-row>
  11. <el-col :span="6"
  12. ><span class="color">创建组织</span><input type="text"
  13. /></el-col>
  14. <el-col :span="6"><span>使用组织</span><input type="text" /></el-col>
  15. <el-col :span="6"
  16. ><span class="color">注册编码</span><input type="text"
  17. /></el-col>
  18. <el-col :span="6"
  19. ><span class="color">编码</span><input type="text"
  20. /></el-col>
  21. </el-row>
  22. <el-row>
  23. <el-col :span="6"><span>名称</span><input type="text" /></el-col>
  24. <el-col :span="6"><span>简称</span><input type="text" /></el-col>
  25. </el-row>
  26. </el-card>
  27. <el-card class="box-card">
  28. <div slot="header" class="clearfix">
  29. <span>基本信息</span>
  30. </div>
  31. <div class="baseInfo">
  32. <div>
  33. <div class="base-header">
  34. <span>地址</span>
  35. </div>
  36. <el-row>
  37. <el-col :span="24"
  38. ><span class="marg-r color">国家</span><input type="text"
  39. /></el-col>
  40. </el-row>
  41. <el-row>
  42. <el-col :span="24"
  43. ><span class="marg-r color">地区</span><input type="text"
  44. /></el-col>
  45. </el-row>
  46. <el-row>
  47. <el-col :span="24"
  48. ><span class="marg-r color">通讯地址</span
  49. ><textarea
  50. name=""
  51. id=""
  52. cols="30"
  53. rows="10"
  54. class="textareaStyle"
  55. ></textarea>
  56. </el-col>
  57. </el-row>
  58. <el-row>
  59. <el-col :span="24"
  60. ><span class="marg-r color">邮政编码</span><input type="text"
  61. /></el-col>
  62. </el-row>
  63. <el-row>
  64. <el-col :span="24"
  65. ><span class="marg-r">语言</span><input type="text"
  66. /></el-col>
  67. </el-row>
  68. <el-row>
  69. <el-col :span="24"
  70. ><span class="marg-r">公司地址</span
  71. ><textarea
  72. class="textareaStyle"
  73. name=""
  74. id=""
  75. cols="30"
  76. rows="10"
  77. ></textarea>
  78. </el-col>
  79. </el-row>
  80. </div>
  81. <div>
  82. <div class="base-header">
  83. <span>注册</span>
  84. </div>
  85. <el-row>
  86. <el-col :span="24"
  87. ><span class="marg-r">行业</span><input type="text"
  88. /></el-col>
  89. </el-row>
  90. <el-row>
  91. <el-col :span="24"
  92. ><span class="marg-r">创立日期</span><input type="text"
  93. /></el-col>
  94. </el-row>
  95. <el-row>
  96. <el-col :span="24"
  97. ><span class="marg-r color">法人代表</span><input type="text"
  98. /></el-col>
  99. </el-row>
  100. <el-row>
  101. <el-col :span="24"
  102. ><span class="marg-r color">注册资金(万元)</span
  103. ><input type="text"
  104. /></el-col>
  105. </el-row>
  106. <el-row>
  107. <el-col :span="24"
  108. ><span class="marg-r color">公司规模工商登记号</span
  109. ><input type="text"
  110. /></el-col>
  111. </el-row>
  112. <el-row>
  113. <el-col :span="24"
  114. ><span class="marg-r color">生产经许可证</span><input type="text"
  115. /></el-col>
  116. </el-row>
  117. <el-row>
  118. <el-col :span="24"
  119. ><span class="marg-r color">统一社会信用代码</span
  120. ><input type="text"
  121. /></el-col>
  122. </el-row>
  123. <el-row>
  124. <el-col :span="24"
  125. ><span class="marg-r color">注册地址</span
  126. ><textarea
  127. name=""
  128. id=""
  129. cols="30"
  130. rows="10"
  131. class="textareaStyle"
  132. ></textarea>
  133. </el-col>
  134. </el-row>
  135. </div>
  136. <div>
  137. <div class="base-header">
  138. <span>管理</span>
  139. </div>
  140. <el-row>
  141. <el-col :span="24"
  142. ><span class="marg-r color">负责部门</span><input type="text"
  143. /></el-col>
  144. </el-row>
  145. <el-row>
  146. <el-col :span="24"
  147. ><span class="marg-r color">负责人</span><input type="text"
  148. /></el-col>
  149. </el-row>
  150. <el-row>
  151. <el-col :span="24"
  152. ><span class="marg-r">供应商分类</span><input type="text"
  153. /></el-col>
  154. </el-row>
  155. <el-row>
  156. <el-col :span="24"
  157. ><span class="marg-r">供应类别</span
  158. ><select name="" id="" class="selectStyle">
  159. <option value="">采购</option>
  160. </select></el-col
  161. >
  162. </el-row>
  163. <el-row>
  164. <el-col :span="24"
  165. ><span class="marg-r">供应商等级</span><input type="text"
  166. /></el-col>
  167. </el-row>
  168. <el-row>
  169. <el-col :span="24"
  170. ><span class="marg-r color">供应商分组</span><input type="text"
  171. /></el-col>
  172. </el-row>
  173. <el-row>
  174. <el-col :span="24"
  175. ><span class="marg-r color">公司类别</span><input type="text"
  176. /></el-col>
  177. </el-row>
  178. <el-row>
  179. <el-col :span="24"
  180. ><span class="marg-r color">公司性质</span><input type="text"
  181. /></el-col>
  182. </el-row>
  183. <el-row>
  184. <el-col :span="24"
  185. ><span class="marg-r">公司规模</span><input type="text"
  186. /></el-col>
  187. </el-row>
  188. <el-row>
  189. <el-col :span="24"
  190. ><span class="marg-r">对应组织</span><input type="text"
  191. /></el-col>
  192. </el-row>
  193. </div>
  194. </div>
  195. </el-card>
  196. <el-card class="box-card">
  197. <div slot="header" class="clearfix">
  198. <span>商务信息</span>
  199. </div>
  200. <el-row>
  201. <el-col :span="6"
  202. ><span class="color">采购组</span><input type="text"
  203. /></el-col>
  204. <el-col :span="6"><span>默认价目表</span><input type="text" /></el-col>
  205. <el-col :span="6"
  206. ><span>业务状态</span
  207. ><select name="" id="" class="selectStyle2">
  208. <option value="">正常</option>
  209. </select></el-col
  210. >
  211. <el-col :span="6"><span>默认折扣表</span><input type="text" /></el-col>
  212. </el-row>
  213. <el-row>
  214. <el-col :span="6"
  215. ><span>冻结范围</span
  216. ><select name="" id="" class="selectStyle2">
  217. <option value=""></option></select
  218. ></el-col>
  219. <el-col :span="6"
  220. ><span class="color">供货方</span><input type="text"
  221. /></el-col>
  222. <el-col :span="6"><span>冻结人</span><input type="text" /></el-col>
  223. <el-col :span="6"
  224. ><span class="color">VMI仓库</span><input type="text"
  225. /></el-col>
  226. </el-row>
  227. <el-row>
  228. <el-col :span="6"
  229. ><span>冻结日期</span><input type="date" class="inputDate"
  230. /></el-col>
  231. <el-col :span="6"><span>VMI业务</span><input type="checkbox" /></el-col>
  232. <el-col :span="6"
  233. ><span class="color">汇总公司</span><input type="text"
  234. /></el-col>
  235. <el-col :span="6"
  236. ><span>启用供应商协同</span><input type="checkbox"
  237. /></el-col>
  238. </el-row>
  239. <el-row>
  240. <el-col :span="6"><span>保证金比例</span><input type="text" /></el-col>
  241. <el-col :span="6"
  242. ><span class="color">默认联系人</span><input type="text"
  243. /></el-col>
  244. <el-col :span="6"></el-col>
  245. <el-col :span="6"></el-col>
  246. </el-row>
  247. </el-card>
  248. <el-card class="box-card">
  249. <div slot="header" class="clearfix">
  250. <span>财务信息</span>
  251. </div>
  252. <el-row>
  253. <el-col :span="6"
  254. ><span class="color">对应客户</span><input type="text"
  255. /></el-col>
  256. <el-col :span="6"
  257. ><span>单次预付额度</span><input type="text"
  258. /></el-col>
  259. <el-col :span="6"
  260. ><span class="color">发票类型</span
  261. ><select name="" id="" class="selectStyle2">
  262. <option value="">正常</option>
  263. </select></el-col
  264. >
  265. <el-col :span="6"
  266. ><span class="color">结算币别</span><input type="text"
  267. /></el-col>
  268. </el-row>
  269. <el-row>
  270. <el-col :span="6"
  271. ><span class="color">税分类</span><input type="text"
  272. /></el-col>
  273. <el-col :span="6"
  274. ><span class="color">默认税率</span><input type="text"
  275. /></el-col>
  276. <el-col :span="6"
  277. ><span class="color">结算方式</span><input type="text"
  278. /></el-col>
  279. <el-col :span="6"><span>税务登记号</span><input type="text" /></el-col>
  280. </el-row>
  281. <el-row>
  282. <el-col :span="6"
  283. ><span>描述</span
  284. ><textarea
  285. class="textareaStyle"
  286. name=""
  287. id=""
  288. cols="30"
  289. rows="10"
  290. style="width: 46%"
  291. ></textarea>
  292. </el-col>
  293. <el-col :span="6"
  294. ><span class="color">付款条件</span><input type="text"
  295. /></el-col>
  296. <el-col :span="6"
  297. ><span class="color">经营类型</span><input type="text"
  298. /></el-col>
  299. <el-col :span="6"
  300. ><span class="color">结算方</span><input type="text"
  301. /></el-col>
  302. </el-row>
  303. <el-row>
  304. <el-col :span="6"
  305. ><span class="color">收款方</span><input type="text"
  306. /></el-col>
  307. <el-col :span="6"></el-col>
  308. <el-col :span="6"></el-col>
  309. <el-col :span="6"></el-col>
  310. </el-row>
  311. </el-card>
  312. </div>
  313. </template>
  314. <script>
  315. export default {
  316. methods: {
  317. goBack() {
  318. console.log(this.$parent);
  319. this.$parent.isShow = true;
  320. },
  321. },
  322. };
  323. </script>
  324. <style lang="scss" scoped>
  325. .baseWidth {
  326. width: 46%;
  327. }
  328. .inputDate {
  329. width: 46%;
  330. }
  331. .selectStyle2 {
  332. width: 46%;
  333. }
  334. .selectStyle {
  335. width: 35%;
  336. }
  337. .textareaStyle {
  338. vertical-align: text-top;
  339. resize: none;
  340. width: 35%;
  341. height: 100px;
  342. }
  343. .color {
  344. color: #1f93ec;
  345. }
  346. .el-col-24 {
  347. margin: 6px 0;
  348. }
  349. .marg-r {
  350. padding-right: 15px;
  351. font-size: 12px;
  352. display: inline-block;
  353. width: 120px;
  354. }
  355. .base-header {
  356. height: 20px;
  357. width: 60%;
  358. border-bottom: 2px solid gray;
  359. span {
  360. width: 100px;
  361. height: 100%;
  362. display: block;
  363. text-align: center;
  364. color: #fff;
  365. background-color: gray;
  366. }
  367. }
  368. .box-card {
  369. margin-bottom: 20px;
  370. }
  371. .el-col-6 {
  372. span {
  373. padding-right: 10px;
  374. display: inline-block;
  375. width: 100px;
  376. }
  377. }
  378. .baseInfo {
  379. display: flex;
  380. justify-content: space-between;
  381. > div {
  382. width: 33%;
  383. }
  384. }
  385. .sty {
  386. margin-bottom: 20px;
  387. }
  388. .el-row {
  389. margin-bottom: 20px;
  390. &:last-child {
  391. margin-bottom: 0;
  392. }
  393. }
  394. </style>