purchaseReceiptStatisticsList.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779
  1. //采购入库报表统计查看
  2. <template>
  3. <div class="container">
  4. <el-scrollbar style="height:100%">
  5. <el-scrollbar style="width:130%">
  6. <el-row>
  7. <el-col :span="12">
  8. <h2 class="bg-left title"></h2>
  9. </el-col>
  10. <el-col :span="12" class="bg-right">
  11. <el-button class="bg-bottom" type="primary" size="small" @click="revert()">
  12. <img
  13. width="6"
  14. height="10"
  15. style="vertical-align: bottom; margin-right: 3px"
  16. src="../../../public/img/lujing.png"
  17. alt
  18. />返回
  19. </el-button>
  20. </el-col>
  21. </el-row>
  22. <!-- <div> -->
  23. <div>
  24. <ws-button type="primary" @click="handleAdd()">待审核</ws-button>
  25. <ws-button type="primary" @click="handleAdd()">待结算</ws-button>
  26. <ws-button type="primary" @click="handleAdd()">已结算</ws-button>
  27. <ws-button type="primary" @click="handleAdd()">全部</ws-button>
  28. <ws-button type="primary" @click="dialogFormVisible5=true">修改</ws-button>
  29. <el-dialog
  30. width="30%"
  31. title="修改"
  32. :visible.sync="dialogFormVisible5"
  33. :append-to-body="true"
  34. >
  35. <el-form :model="form">
  36. <el-form-item label="单价" :label-width="formLabelWidth">
  37. <el-input v-model="form.name" autocomplete="off" class="deal"></el-input>
  38. </el-form-item>
  39. <el-form-item label="基差" :label-width="formLabelWidth">
  40. <el-input v-model="form.region" autocomplete="off" class="deal"></el-input>
  41. </el-form-item>
  42. <el-form-item label="卸车费" :label-width="formLabelWidth">
  43. <el-input v-model="form.region" autocomplete="off" class="deal"></el-input>
  44. </el-form-item>
  45. <el-form-item label="发票费" :label-width="formLabelWidth">
  46. <el-input v-model="form.region" autocomplete="off" class="deal"></el-input>
  47. </el-form-item>
  48. <el-form-item label="扣款" :label-width="formLabelWidth">
  49. <el-input v-model="form.region" autocomplete="off" class="deal"></el-input>
  50. </el-form-item>
  51. </el-form>
  52. <div slot="footer" class="dialog-footer">
  53. <el-button @click="dialogFormVisible5 = false">取 消</el-button>
  54. <el-button type="primary" @click="dialogFormVisible5 = false">确认</el-button>
  55. </div>
  56. </el-dialog>
  57. <ws-button type="primary" @click="dialogFormVisible11 = true">补货结转</ws-button>
  58. <el-dialog
  59. width="30%"
  60. title="补货结转"
  61. :visible.sync="dialogFormVisible11"
  62. :append-to-body="true"
  63. >
  64. <el-form :model="form">
  65. <el-button @click="dialogFormVisible5 = false">本合同</el-button>
  66. <el-button @click="dialogFormVisible5 = false">其他合同</el-button>
  67. <el-form-item label="合同编号" :label-width="formLabelWidth">
  68. <el-select v-model="form.name" autocomplete="off" class="deal"></el-select>
  69. </el-form-item>
  70. <el-form-item label="结转重量" :label-width="formLabelWidth">
  71. <el-input v-model="form.name" autocomplete="off" class="deal" placeholder="请输入结转重量"></el-input>
  72. </el-form-item>
  73. </el-form>
  74. <div slot="footer" class="dialog-footer">
  75. <el-button @click="dialogFormVisible11 = false">取 消</el-button>
  76. <el-button type="primary" @click="dialogFormVisible11= false">确认</el-button>
  77. </div>
  78. </el-dialog>
  79. <ws-button type="primary" @click="handleAdd()">审核</ws-button>
  80. <template slot="right">
  81. <span style="width: 70px; display: inline-block; color: #8890b1">状态:</span>
  82. <ws-select
  83. v-model="searchTypeText"
  84. class="typeselect"
  85. @change="selecttaskType"
  86. :value="searchType"
  87. >
  88. <ws-option
  89. v-for="item in taskTypeList"
  90. :key="item.value"
  91. :label="item.value"
  92. :value="item.value"
  93. style="color: #8890b1"
  94. />
  95. </ws-select>
  96. </template>
  97. <ws-select
  98. v-model="searchKeyWord"
  99. placeholder="可按照合同编号和任务编号进行查找"
  100. clearable
  101. maxlength="500"
  102. type="input"
  103. class="findValue"
  104. ></ws-select>
  105. </div>
  106. <span>合同重量:吨</span>
  107. <span>成交量:吨</span>
  108. <span>已平仓:吨</span>
  109. <span>入库量:吨</span>
  110. <el-table
  111. class="wenzi"
  112. :data="warehouseList.records"
  113. style="width: 100%; margin-top: 20px"
  114. height="780"
  115. >
  116. <el-table-column type="selection" width="55"></el-table-column>
  117. <el-table-column type="index" label="序号" width="50"></el-table-column>
  118. <el-table-column class="table_td" prop="contractNo" label="合同编号"></el-table-column>
  119. <el-table-column class="table_td" prop="procurementPlan" label="货名"></el-table-column>
  120. <el-table-column class="table_td" prop="customer" label="仓位号"></el-table-column>
  121. <el-table-column class="table_td" prop="unitPrice" label="车牌号"></el-table-column>
  122. <el-table-column class="table_td" prop="basis" label="入库日期"></el-table-column>
  123. <el-table-column class="table_td" prop="freezingDeposit" label="蛋白(%)>="></el-table-column>
  124. <el-table-column class="table_td" prop="defaultDeposit" label="水分(%)>="></el-table-column>
  125. <el-table-column class="table_td" prop="unloadingCharge" label="单价(元/吨)"></el-table-column>
  126. <el-table-column class="table_td" prop="invoiceFee" label="基差(元/吨)"></el-table-column>
  127. <el-table-column class="table_td" prop="send" label="卸车费(元/吨)"></el-table-column>
  128. <el-table-column class="table_td" prop="stockInQuantity" label="发票费(元/吨)"></el-table-column>
  129. <el-table-column class="table_td" prop="openPosition" label="扣款(元/吨)"></el-table-column>
  130. <el-table-column class="table_td" prop="closedPosition" label="结算单价(元/吨)"></el-table-column>
  131. <el-table-column class="table_td" prop=" cumulativeTurnover" label="净重(吨)"></el-table-column>
  132. <el-table-column class="table_td" label="应付金额(元)" prop="type"></el-table-column>
  133. <el-table-column class="table_td" label="已付金额(元)"></el-table-column>
  134. <el-table-column class="table_td" label="未付金额(元)" prop="type"></el-table-column>
  135. <el-table-column class="table_td" label="付款日期"></el-table-column>
  136. <el-table-column class="table_td" label="结转"></el-table-column>
  137. <el-table-column class="table_td" label="客户确认"></el-table-column>
  138. <el-table-column class="table_td" label="客户"></el-table-column>
  139. <el-table-column class="table_td" label="库点"></el-table-column>
  140. <el-table-column class="table_td" label="发票类型"></el-table-column>
  141. <el-table-column class="table_td" label="已开发票(元)"></el-table-column>
  142. <el-table-column prop="status" label="状态">
  143. </el-table-column>
  144. </el-table>
  145. <!-- 页数 -->
  146. <el-pagination
  147. @size-change="handleSizeChange"
  148. @current-change="handleCurrentChange"
  149. :current-page="currentPage"
  150. :page-size="pageSize"
  151. layout="total, sizes, prev, pager, next, jumper"
  152. :total="deptBudgetTotal"
  153. ></el-pagination>
  154. </el-scrollbar>
  155. </el-scrollbar>
  156. </div>
  157. <!-- </div> -->
  158. </template>
  159. <script>
  160. import {
  161. detailsList,
  162. chengList,
  163. closePositionList
  164. } from '@/model/purchasingManagement/index'
  165. import { downloadFile } from '@/utils/batchDown'
  166. import Pagination from '@/components/Pagination'
  167. import WsUpload from '@/components/WsUpload'
  168. import { dayjs, fmoney, EventBus } from 'base-core-lib'
  169. export default {
  170. name: 'viewSpareMoney',
  171. components: {
  172. WsUpload,
  173. Pagination
  174. },
  175. watch: {
  176. vesselId(val) {
  177. this.getList()
  178. },
  179. isShow(val) {
  180. this.showType = val
  181. }
  182. },
  183. data() {
  184. return {
  185. checked: true,
  186. dialogFormVisible1: false,
  187. dialogFormVisible2: false,
  188. dialogFormVisible3: false,
  189. dialogFormVisible4: false,
  190. dialogFormVisible5: false,
  191. dialogFormVisible6: false,
  192. dialogFormVisible7: false,
  193. dialogFormVisible8: false,
  194. dialogFormVisible11 :false,
  195. dialogVisible: false,
  196. form: {
  197. transactionPrice: '',
  198. transactionsNumber: '',
  199. basis: '',
  200. submissionDate: ''
  201. // delivery: false,
  202. // type: [],
  203. // resource: '',
  204. // desc: ''
  205. },
  206. formLabelWidth: '120px',
  207. barWidth: 0,
  208. barHeight: 0,
  209. retioX: 1,
  210. ratioY: 1,
  211. isTaped: false,
  212. isHover: false,
  213. isShow: !this.autohide,
  214. //弹出框
  215. dialogViewSpareMoney: false,
  216. dialogApproveFormVisible: false,
  217. // 船舶类型
  218. monetaryKey: null,
  219. // 表格显示数据
  220. tableDate: [],
  221. // 是否显示
  222. showType: true,
  223. // 年
  224. year: '',
  225. pickerOptions: {},
  226. value2: '',
  227. deptBudgetTotal: 0,
  228. currentPage: 1,
  229. tranTypeKey: 1,
  230. pageSize: 10,
  231. searchType: 1,
  232. searchTypeText: '未完成',
  233. searchKeyWord: '',
  234. contractType: 2,
  235. enter: {
  236. closePositionList: []
  237. },
  238. // taskTypeList:[
  239. // {value:'待审核',type:1},
  240. // {value:'已完成',type:2},
  241. // {value:'已通过',type:3},
  242. // {value:'已成交',type:4},
  243. // ],
  244. // 提交类型
  245. submitType: true,
  246. size: 10,
  247. spanArr: [],
  248. contractNo: '',
  249. inOutTaskNo: '',
  250. compId: sessionStorage.getItem('ws-pf_compId'),
  251. deptCircularPage: {},
  252. warehouseList: [],
  253. deptBudgetList: {},
  254. pcFlag: 1,
  255. historyList: [],
  256. pickerBeginDateBefore: {
  257. disabledDate: time => {
  258. return time.getTime() > Date.now()
  259. }
  260. },
  261. accessoryTFs: false
  262. }
  263. },
  264. activated() {
  265. // this.loaddata()
  266. this.getList()
  267. this.showType = this.isShow
  268. },
  269. methods: {
  270. //成交
  271. submit() {
  272. if (!this.warehouseList.transactionPrice) {
  273. this.$message({
  274. message: '成交价不能为空',
  275. type: 'warning'
  276. })
  277. return
  278. }
  279. this.$confirm(`确定提交成交信息`, {
  280. cancelButtonText: '取消',
  281. confirmButtonText: '确定',
  282. type: 'warning'
  283. }).then(() => {
  284. console.log(23456678790)
  285. // chengList({
  286. // id: this.id,
  287. // compId: sessionStorage.getItem('ws-pf_compId'),
  288. // transactionPrice: this.transactionPrice,
  289. // transactionsNumber: this.transactionsNumber,
  290. // basis: this.basis,
  291. // })
  292. chengList(this.warehouseList)
  293. .toPromise()
  294. .then(response => {
  295. this.$message.success('添加成功')
  296. // this.$router.go(-1)
  297. })
  298. .catch(() => {
  299. console.log(1111111111)
  300. return false
  301. })
  302. })
  303. },
  304. getList() {
  305. console.log(123456)
  306. detailsList({
  307. compId: sessionStorage.getItem('ws-pf_compId'),
  308. currentPage: this.currentPage,
  309. pageSize: this.pageSize,
  310. pcFlag: this.pcFlag,
  311. searchType: this.searchType,
  312. searchKeyWord: this.searchKeyWord
  313. })
  314. .toPromise()
  315. .then(response => {
  316. this.warehouseList = response
  317. })
  318. },
  319. handleSelectionChange(val) {
  320. this.multipleSelection = val;
  321. },
  322. handleRemove(file) {
  323. console.log(file)
  324. },
  325. handlePictureCardPreview(file) {
  326. this.dialogImageUrl = file.url
  327. this.dialogVisible = true
  328. },
  329. handleDownload(file) {
  330. console.log(file)
  331. },
  332. // statusquery(state) {
  333. // this.searchType = state
  334. // this.getList()
  335. // },
  336. // delivery(item) {
  337. // this.$router.push({
  338. // path: 'warehouseManagementDelivery',
  339. // query: {
  340. // baseId: item.warehouseId,
  341. // positionId: item.binNumberId,
  342. // warehouseName: item.warehouseName,
  343. // binNumber: item.binNumber,
  344. // capacity: item.capacity
  345. // }
  346. // })
  347. // },
  348. getSpanArr(data) {
  349. let that = this
  350. //页面展示的数据,不一定是全部的数据,所以每次都清空之前存储的 保证遍历的数据是最新的数据。以免造成数据渲染混乱
  351. that.spanArr = []
  352. that.pos = 0
  353. // //遍历数据
  354. data.forEach((item, index) => {
  355. //判断是否是第一项
  356. if (index === 0) {
  357. this.spanArr.push(1)
  358. this.pos = 0
  359. } else {
  360. //不是第一项时,就根据标识去存储
  361. if (data[index].warehouseNumViewList.length > 1) {
  362. 查找到符合条件的数据时每次要把之前存储的数据 + 1
  363. this.spanArr[this.pos] = data[index].warehouseNumViewList.length
  364. this.spanArr.push(0)
  365. } else {
  366. // 没有符合的数据时,要记住当前的index
  367. this.spanArr.push(1)
  368. this.pos = index
  369. }
  370. }
  371. })
  372. },
  373. //查看
  374. handleLook(row) {
  375. this.$router.push({
  376. path: 'warehouseManagementPutOutLook',
  377. query: {
  378. relevanceId: row.relevanceId
  379. }
  380. })
  381. },
  382. //返回
  383. revert() {
  384. this.$router.push({ path: 'warehouseManagementList' })
  385. },
  386. dateFormat(fmt, date) {
  387. let ret
  388. const opt = {
  389. 'Y+': date.getFullYear().toString(), // 年
  390. 'm+': (date.getMonth() + 1).toString(), // 月
  391. 'd+': date.getDate().toString(), // 日
  392. 'H+': date.getHours().toString() // 时
  393. // "M+": date.getMinutes().toString(), // 分
  394. // "S+": date.getSeconds().toString() // 秒
  395. // 有其他格式化字符需求可以继续添加,必须转化成字符串
  396. }
  397. for (let k in opt) {
  398. ret = new RegExp('(' + k + ')').exec(fmt)
  399. if (ret) {
  400. fmt = fmt.replace(
  401. ret[1],
  402. ret[1].length == 1 ? opt[k] : opt[k].padStart(ret[1].length, '0')
  403. )
  404. }
  405. }
  406. return fmt
  407. },
  408. handleClose() {
  409. this.accessoryTFs = false
  410. },
  411. handleSizeChange(val) {
  412. console.log(`每页 ${val} 条`)
  413. this.pageSize = val
  414. this.getList()
  415. },
  416. handleCurrentChange(val) {
  417. this.currentPage = val
  418. console.log(`当前页: ${val}`)
  419. this.getList()
  420. },
  421. editClick(row) {
  422. var status = ''
  423. if (row.status == '待审核' || row.status == '已完成') {
  424. status = '执行中'
  425. } else if (row.status == '执行中') {
  426. status = '已完成'
  427. }
  428. //cancelButtonClass: "btn-custom-cancel"
  429. this.$confirm(`是否将状态改为${status}`, {
  430. confirmButtonText: '确定',
  431. cancelButtonText: '取消',
  432. type: 'warning'
  433. })
  434. .then(() => {
  435. alsostate({ id: row.id })
  436. .toPromise()
  437. .then(response => {
  438. this.$notify.success({
  439. title: '成功',
  440. message: '状态修改成功'
  441. })
  442. this.getList()
  443. })
  444. .catch(response => {
  445. // EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))
  446. })
  447. })
  448. .catch(() => {
  449. return false
  450. })
  451. },
  452. selecttaskType(e) {
  453. for (var i = 0; i < this.taskTypeList.length; i++) {
  454. if (this.taskTypeList[i].value == e) {
  455. this.searchType = this.taskTypeList[i].type
  456. }
  457. }
  458. },
  459. // fujian(row) {
  460. // if (
  461. // row.receiveAttachmentPath === null ||
  462. // row.receiveAttachmentPath === ''
  463. // ) {
  464. // EventBus.$emit(
  465. // 'warning',
  466. // this.$t('system.noticeCircular.NoInformation')
  467. // )
  468. // } else {
  469. // this.accessoryTFs = true
  470. // }
  471. // this.appendixIdss = row.receiveAttachmentPath
  472. // },
  473. handleExamine(row) {
  474. this.$router.push({
  475. name: 'salesContractExamine',
  476. query: { id: row.id }
  477. })
  478. },
  479. // 关闭 dialog时 处理文件url 初始化upload组件
  480. handleCloe() {
  481. this.dialogViewSpareMoney = false
  482. },
  483. history(row) {
  484. billoperatehis({ id: row.id })
  485. .toPromise()
  486. .then(response => {
  487. this.historyList = response
  488. })
  489. },
  490. //查找
  491. find() {
  492. this.currentPage = 1
  493. this.getList()
  494. },
  495. async exportlist() {
  496. const { data } = await export1(
  497. {
  498. compId: sessionStorage.getItem('ws-pf_compId'),
  499. contractType: this.contractType,
  500. currentPage: this.currentPage,
  501. pageSize: this.pageSize,
  502. searchType: this.searchType,
  503. searchKeyWord: this.searchKeyWord,
  504. startDate: this.startDate,
  505. endDate: this.endDate
  506. },
  507. {},
  508. { responseType: 'blob' }
  509. ).toPromise()
  510. downloadFile({
  511. res: data,
  512. fileName: `${this.date.year +
  513. (this.date.month ? `-${this.date.month}` : '')}_采购合同`,
  514. type: 'xls'
  515. })
  516. },
  517. total() {}
  518. }
  519. }
  520. </script>
  521. <style lang="scss" scoped>
  522. .connert {
  523. width: 90%;
  524. margin: 0 auto;
  525. }
  526. .vertical-text-left {
  527. width: 62px;
  528. text-align: right;
  529. }
  530. //分页
  531. .el-pagination {
  532. padding: 10px 15px;
  533. margin-bottom: 0;
  534. text-align: center;
  535. }
  536. /deep/.el-pager li.active {
  537. color: #5878e8;
  538. cursor: default;
  539. }
  540. /deep/.el-pager li:hover {
  541. color: #5878e8;
  542. cursor: default;
  543. }
  544. .el-button--primary {
  545. background-color: #5878e8;
  546. border-color: #5878e8;
  547. }
  548. .el-button--default {
  549. color: #8890b1;
  550. border-color: #e8eaf1;
  551. }
  552. /deep/.base_header_layout .grid-content.right .find.el-button--primary {
  553. width: 30px;
  554. margin-left: 0;
  555. border-top-left-radius: 0px;
  556. border-bottom-left-radius: 0px;
  557. }
  558. /deep/.findValue .el-input__inner {
  559. border-top-right-radius: 0px;
  560. border-bottom-right-radius: 0px;
  561. width: 385px;
  562. }
  563. .completed.el-button--default {
  564. border-color: #5878e8;
  565. background-color: #f6f7fc;
  566. color: #5878e8;
  567. }
  568. .putstorage.el-button--default,
  569. .deliverystorage.el-button--default {
  570. border-color: #8890b1;
  571. background-color: #fff;
  572. color: #8890b1;
  573. }
  574. /deep/.el-table td,
  575. /deep/.el-table th.is-leaf {
  576. border-right: 1px solid #e9ecf7;
  577. text-align: center;
  578. }
  579. /deep/.el-table tr td:first-child,
  580. /deep/.el-table tr th.is-leaf:first-child {
  581. border-left: 1px solid #e9ecf7;
  582. }
  583. .record,
  584. .adjustment {
  585. display: inline-block;
  586. color: #5878e8;
  587. padding: 0 4px !important;
  588. position: relative;
  589. }
  590. .record:after {
  591. position: absolute;
  592. content: '';
  593. display: block;
  594. top: 5px;
  595. right: -2px;
  596. width: 1px;
  597. height: 12px;
  598. background: #e9ecf7;
  599. }
  600. // .el-row{
  601. // height: 150px;
  602. // }
  603. .base_header_layout .grid-content {
  604. margin-top: 80px;
  605. }
  606. .el-input--small .el-input__inner {
  607. margin-left: 20px;
  608. }
  609. .el-range-editor--small.el-input__inner {
  610. height: 32px;
  611. margin-left: -20%;
  612. }
  613. //执行样式
  614. .executory,
  615. .inExecution,
  616. .done {
  617. width: 6px;
  618. height: 6px;
  619. display: inline-block;
  620. border-radius: 50%;
  621. position: relative;
  622. top: -1px;
  623. font-size: 14px;
  624. }
  625. .executory {
  626. background: #ff9f24;
  627. }
  628. .inExecution {
  629. background: #5878e8;
  630. }
  631. .done {
  632. background: #50cad4;
  633. }
  634. .record,
  635. .adjustment {
  636. display: inline-block;
  637. color: #5878e8;
  638. padding: 0 4px !important;
  639. position: relative;
  640. font-size: 14px;
  641. }
  642. .container {
  643. overflow: scroll;
  644. height: 93vh;
  645. }
  646. .button-container {
  647. display: flex;
  648. flex-wrap: nowrap;
  649. justify-content: space-between;
  650. align-items: center;
  651. background-color: #fff;
  652. width: 100%;
  653. height: 50px;
  654. padding: 0 10px;
  655. & > div {
  656. margin-left: 10px;
  657. display: flex;
  658. flex-wrap: nowrap;
  659. flex-direction: row;
  660. & > span {
  661. line-height: 50px;
  662. }
  663. }
  664. /deep/.auditFlow-box {
  665. position: unset;
  666. margin-left: 10px;
  667. &/deep/.auditFlow-icon {
  668. width: auto;
  669. padding-right: 30px;
  670. }
  671. &/deep/.auditFlow-main {
  672. position: absolute;
  673. }
  674. }
  675. }
  676. .bg-left {
  677. padding-left: 30px;
  678. }
  679. .title {
  680. position: relative;
  681. }
  682. .title::before {
  683. content: '';
  684. display: inline-block;
  685. width: 5px;
  686. height: 30px;
  687. background: #5473e8;
  688. position: absolute;
  689. left: 0;
  690. }
  691. .el-button--primary {
  692. background-color: #5878e8;
  693. border-color: #5878e8;
  694. // margin-left: 85%;
  695. margin-top: 20px;
  696. }
  697. //导航条样式
  698. .el-col-12 {
  699. width: 50%;
  700. height: 60px;
  701. background: #f6f7fc;
  702. border-radius: 4px 4px 1px 1px;
  703. }
  704. .el-input--small .el-input__inner {
  705. height: 32px;
  706. line-height: 32px;
  707. width: 385px;
  708. margin-top: 10px;
  709. }
  710. .bg-bottom {
  711. margin-left: 85%;
  712. }
  713. .but {
  714. margin-left: 30%;
  715. /* margin-top: -32px; */
  716. overflow: auto;
  717. /* float: left; */
  718. /* margin-left: 1px; */
  719. margin-left: -10px;
  720. }
  721. .el-input--small {
  722. font-size: 13px;
  723. width: 390px;
  724. margin-left: 74%;
  725. }
  726. /deep/.el-table .el-table__header .cell,
  727. .el-table .el-table__body .cell {
  728. text-align: center;
  729. }
  730. .el-scrollbar__wrap {
  731. overflow-y: hidden;
  732. }
  733. .deal {
  734. margin-left: 9%;
  735. width: 66%;
  736. }
  737. .photo {
  738. padding: 0% 34%;
  739. }
  740. .photo1 {
  741. padding: 0 10%;
  742. }
  743. .photo2 {
  744. padding: 0 55%;
  745. }
  746. /deep/.el-form-item--small .el-form-item__label,
  747. .el-form-item--small .el-form-item__content {
  748. text-align: center;
  749. }
  750. hr {
  751. width: 91%;
  752. }
  753. /deep/.deaal {
  754. width: 66%;
  755. margin-left: 9%;
  756. }
  757. // .danjia{
  758. // width: 9px;
  759. // height: 9px;
  760. // margin-left: 40px;
  761. // }
  762. </style>