zongjianbaogong.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  1. <template>
  2. <div>
  3. <layout>
  4. <layout-content >
  5. <!-- <el-main> -->
  6. <div class="gva-table-box">
  7. <h1 id="title" style="margin: 0%;margin-bottom: 10px;">总检报工</h1>
  8. <el-row :gutter="24" style="margin-bottom: 0px;">
  9. <el-input v-model="add_searchInfo" placeholder="请扫描子订单编号" @keyup.enter="add_onSubmit" id="searchInput"
  10. style="width: 220px;height: 50px;margin-left: 10px;"></el-input>
  11. <el-button type="primary" icon="search" @click="add_onSubmit" style="height: 50px;width: 80px;">查询</el-button>
  12. <el-form-item label="机台号:" prop="jitaihao" class="mab" style="font-size: 30px;margin: 10px 0px 10px 0px;" label-width="116px">
  13. <el-input v-model="add_formData['机台号']" readonly style="width: 100px; height: 40px;" id="jitaihao" />
  14. </el-form-item>
  15. <el-form-item label="工序:" prop="gongxu" class="mab" style="font-size: 30px;margin: 10px 0px 10px 0px;" label-width="86px">
  16. <el-input v-model="add_formData['工序']" readonly style="width: 100px; height: 40px;" id="gongxu" />
  17. </el-form-item>
  18. <el-form-item label="组别:" prop="zubie" class="mab" style="font-size: 30px; margin: 10px 0px 10px 0px;" label-width="86px">
  19. <el-input v-model="add_formData['组别']" readonly style="width: 140px; height: 40px;" id="zubie" />
  20. </el-form-item>
  21. <el-form-item label="人员:" prop="renyuan" class="mab" style="font-size: 30px; margin: 10px 0px 10px 0px;" label-width="86px">
  22. <el-input v-model="add_formData['人员']" readonly style="width: 110px; height: 40px;" id="renyuan" />
  23. </el-form-item>
  24. </el-row>
  25. <el-row :gutter="24">
  26. <el-form-item label="尺码:" prop="chima" class="mab" style="font-size: 30px;margin: 10px 0px 10px 0px;" label-width="110">
  27. <el-input v-model="add_formData['尺码']" readonly style="width: 70px;height: 40px;" id="chima" />
  28. </el-form-item>
  29. <el-form-item label="总数量:" prop="shuliang" class="mab" style="font-size: 30px;margin: 10px 0px 10px 0px;" label-width="120">
  30. <el-input v-model="add_formData['总数量']" readonly style="width: 80px;height: 40px;" id="shuliang" />
  31. </el-form-item>
  32. <el-form-item label="剩余数量:" prop="shuliang" class="mab" style="font-size: 30px;margin: 10px 0px 10px 0px;" label-width="150">
  33. <el-input v-model="add_formData['剩余数量']" readonly style="width: 80px;height: 40px;" id="shuliang" />
  34. </el-form-item>
  35. <el-form-item label="上报数量:" prop="sbsl" class="mab" style="font-size: 30px;margin: 10px 0px 10px 0px;" label-width="150">
  36. <el-input v-model="add_formData['上报数量']" @input="baogongslpd" style="width: 110px;height: 40px;" id="sbsl" />
  37. </el-form-item>
  38. <el-form-item label="是否尾包" prop="joinDate" style="font-size: 30px; margin: 10px 0px 10px 0px;" label-width="150">
  39. <!-- 假设 activeButtonValue 是从后端或某个方法获取的,这里直接硬编码为 0 或 1 -->
  40. <div :class="{'info-button': activeButtonValue === '1', 'default-button': activeButtonValue !== '1'}"
  41. style="margin-top:-6px; margin-right:15px; height: 50px; width: 60px;
  42. display: flex; justify-content: center; align-items: center; cursor: not-allowed; border: 1px solid #ccc;
  43. border-radius: 4px; color: #000000; font-size: 24px;"
  44. :style="{ backgroundColor: activeButtonValue === '1' ? '#ff0000' : '#808080' }">是</div>
  45. <div :class="{'info-button': activeButtonValue === '0', 'default-button': activeButtonValue !== '0'}"
  46. style="margin-top:-6px; height: 50px; width: 60px;
  47. display: flex; justify-content: center; align-items: center; cursor: not-allowed; border: 1px solid #ccc;
  48. border-radius: 4px; color: #000000; font-size: 24px;"
  49. :style="{ backgroundColor: activeButtonValue === '0' ? '#ff0000' : '#808080' }">否</div>
  50. </el-form-item>
  51. </el-row>
  52. <layout-content >
  53. <el-main>
  54. <el-row :gutter="24" style="margin-bottom: 15px;margin-left: 0px;">
  55. <div @contextmenu.prevent>
  56. <el-table ref="multipleTableRef" style="width: 100%;height: 53vh"
  57. :row-style="{ height: '50px' }" :header-cell-style="{ padding: '5px', fontSize: '20px' }"
  58. :cell-style="{ padding: '10px', fontSize: '20px' }" :header-row-style="{ height: '20px' }"
  59. :data="add_tableData" border row-key="ID" size="small"
  60. highlight-current-row="true" tooltip-effect="dark"
  61. @row-dblclick="add_updateCompanyFunc" @row-click="add_tableRowClick" @row-contextmenu="handleRightClick"
  62. :show-overflow-tooltip="true" @selection-change="add_xpSelectionChange">
  63. <!-- <el-table-column type="selection" width="70" /> -->
  64. <el-table-column sortable align="left" label="流水号" prop="serial" width="100"/>
  65. <el-table-column sortable align="left" label="报工时间" prop="sys_rq" width="160"/>
  66. <el-table-column sortable align="left" label="订单编号" prop="订单编号" width="130"/>
  67. <el-table-column sortable align="left" label="订单子编号" prop="子订单编号" width="140"/>
  68. <!-- <el-table-column sortable align="left" label="款式" prop="款式" width="140"/> -->
  69. <el-table-column sortable align="left" label="色系名称" prop="颜色" width="130"/>
  70. <el-table-column sortable align="left" label="尺码" prop="尺码" width="110"/>
  71. <el-table-column sortable align="left" label="数量" prop="数量" width="110"/>
  72. <el-table-column sortable align="left" label="上报数量" prop="上报数量" width="110"/>
  73. <el-table-column sortable align="left" label="是否尾包" prop="尾包" width="130"/>
  74. <el-table-column sortable align="left" label="组别" prop="组别" width="130"/>
  75. </el-table>
  76. </div>
  77. </el-row>
  78. </el-main>
  79. </layout-content>
  80. <div class="dialog-footer" style="text-align: left;margin-right: 60px;">
  81. <el-button type="primary" @click="add_Dialog" id="add_Dialog" :disabled="add_Dialogonclick === false" style="width: 110px;height: 60px;font-size: 20px;margin-left: 20px;">确认</el-button>
  82. <el-button type="primary" @click="gd_yulan" style="width: 100px;height: 60px;font-size: 20px;">工单预览</el-button>
  83. </div>
  84. </div>
  85. <!-- </el-main> -->
  86. </layout-content>
  87. </layout>
  88. <PrintPage ref="printPageRef" />
  89. </div>
  90. </template>
  91. <script>
  92. export default {
  93. methods: {
  94. handleKeyDown(event, prevId, currentId, nextId) {
  95. const currentElement = document.getElementById(currentId);
  96. const isEmpty = currentElement.value === '';
  97. const atStart = currentElement.selectionStart === 0;
  98. const atEnd = currentElement.selectionStart === currentElement.value.length;
  99. switch (event.keyCode) {
  100. case 13: // Enter
  101. case 40: // 向下箭头
  102. if (nextId) {
  103. document.getElementById(nextId).focus();
  104. }
  105. break;
  106. case 38: // 向上箭头
  107. if (prevId) {
  108. document.getElementById(prevId).focus();
  109. }
  110. break;
  111. case 8: // 删除键
  112. if (prevId && (isEmpty || atStart)) {
  113. document.getElementById(prevId).focus();
  114. }
  115. break;
  116. case 37: // 向左箭头
  117. if (prevId && atStart) {
  118. document.getElementById(prevId).focus();
  119. }
  120. break;
  121. case 39: // 向右箭头
  122. if (nextId && atEnd) {
  123. document.getElementById(nextId).focus();
  124. }
  125. break;
  126. default:
  127. break;
  128. }
  129. },
  130. },
  131. };
  132. </script>
  133. <script setup>
  134. // 全量引入格式化工具 请按需保留
  135. import { Layout, LayoutSider, LayoutContent } from '@arco-design/web-vue';
  136. import {hiprint} from "vue-plugin-hiprint";
  137. import {ref, reactive,nextTick,watch, setBlockTracking } from 'vue'
  138. import {getSpotList,search,getTab} from '@/api/mes/job'
  139. import {getMachineMac} from '@/api/jixiaoguanli/jitairibaobiao'
  140. import {getMac} from '@/api/jixiaoguanli/baogong'
  141. import PrintPage from '../yunyin/shengchanguanli/components/print.vue';
  142. import {ElMessage} from "element-plus";
  143. import { get } from 'scriptjs';
  144. defineOptions({name: 'Company'})
  145. const printPageRef = ref()
  146. // =========== 全局获取当前日期 ===========
  147. // currentDate 年月日 时分秒
  148. // currentDates 年月日
  149. const today = new Date();
  150. const year = today.getFullYear();
  151. const month = String(today.getMonth() + 1).padStart(2, '0'); // 月份从 0 开始,需要补零
  152. const day = String(today.getDate()).padStart(2, '0');
  153. const hours = String(today.getHours()).padStart(2, '0');
  154. const minutes = String(today.getMinutes()).padStart(2, '0');
  155. const seconds = String(today.getSeconds()).padStart(2, '0');
  156. const currentDate = `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
  157. const currentDates = `${year}-${month}-${day}`;
  158. //全局获取code,接口接收code
  159. const _code = '总检'
  160. //全局接口接受的物理地址
  161. const Machine = ref('')
  162. //全局获取UniqId
  163. const UniqId = ref('')
  164. //物理地址获取机台编号
  165. const getMachineMacdata = async () => {
  166. console.log("本页面获取物理地址",Machine.value)
  167. try {
  168. const data = await getMachineMac({sys_sbID:'68-ED-A4-26-5F-84'});
  169. add_formData['机台号'] = data.data['机台号']
  170. add_formData['工序'] = data.data['生产工序']
  171. add_formData['组别'] = data.data['组别']
  172. add_formData['人员'] = data.data['组长']
  173. setTimeout(() => {
  174. const inputElement = document.getElementById('searchInput');
  175. if (inputElement) {
  176. inputElement.focus();
  177. }
  178. }, 100); // 延迟100毫秒
  179. } catch (error) {
  180. console.error(error)
  181. }
  182. }
  183. //自动获取物理地址
  184. const GetAddr = () => {
  185. var xmlhttp = null;
  186. var res;
  187. if (window.XMLHttpRequest) {
  188. xmlhttp = new XMLHttpRequest();
  189. } else if (window.ActiveXObject) {
  190. xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
  191. }
  192. // 2. 设置回调函数
  193. xmlhttp.onreadystatechange = function() {
  194. if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
  195. res = eval('('+xmlhttp.response+')');
  196. let result = ''
  197. for (let i = 0; i < res.macAddress.length; i++) {
  198. if (i % 2 === 0 && i !== 0) {
  199. result += '-' // 根据实际需求修改分隔符
  200. }
  201. result += res.macAddress[i]
  202. }
  203. Machine.value = result
  204. getMachineMacdata(Machine.value)
  205. }
  206. }
  207. // 3. 打开一个连接
  208. xmlhttp.open("get", "http://127.0.0.1:8090/init")
  209. // 5. 发送
  210. xmlhttp.send();
  211. }
  212. // GetAddr()
  213. //搜索
  214. const add_searchInfo = ref('')
  215. //表格
  216. const add_tableData = reactive([]);
  217. //尾包选中值
  218. const activeButtonValue = ref('')
  219. //代表扫描两次自动保存
  220. const searcs = ref('')
  221. const _order = ref('')
  222. //查询询钮
  223. const add_onSubmit = async ()=>{
  224. if(add_searchInfo.value === '' || add_searchInfo.value === undefined){
  225. const WorkListdata = [];
  226. add_tableData.splice(0,add_tableData.length,...WorkListdata);
  227. ElMessage({type: 'warning',message: '请扫描小票二维码' })
  228. }else{
  229. add_formData['尺码'] = ''
  230. add_formData['总数量'] = ''
  231. add_formData['剩余数量'] = ''
  232. add_formData['上报数量'] = ''
  233. // if(searcs.value === ''){
  234. _order.value = add_searchInfo.value;
  235. const sys_sbID = add_formData['机台号']
  236. //获取下面报工历史记录
  237. const getSpotLists = await getSpotList({order:add_searchInfo.value,code:_code,sys_sbID:sys_sbID});
  238. activeButtonValue.value = getSpotLists.data.result.wb
  239. UniqId.value = getSpotLists.data.result.UniqId
  240. add_formData['尺码'] = getSpotLists.data.result.cm
  241. add_formData['总数量'] = getSpotLists.data.result.sl
  242. add_formData['剩余数量'] = getSpotLists.data.result.ci_num
  243. add_tableData.splice(0,add_tableData.length,...getSpotLists.data.records);
  244. // searcs.value = 1;
  245. add_searchInfo.value = ''
  246. setTimeout(() => {
  247. const inputElement = document.getElementById('sbsl');
  248. if (inputElement) {
  249. inputElement.focus();
  250. }
  251. }, 100); // 延迟100毫秒
  252. // }else{
  253. // add_Dialog();
  254. // }
  255. }
  256. }
  257. const AttendanceVisible=ref(false)
  258. //清空对象的属性值
  259. const gd_clearFormData = () => {
  260. Object.keys(add_formData).forEach(key => {
  261. add_formData[key] = '';
  262. });
  263. };
  264. const add_formData = reactive({
  265. 机台号: '',
  266. 工序: '',
  267. 组别: '',
  268. 人员: '',
  269. 尺码: '',
  270. 数量: '',
  271. 剩余数量: '',
  272. 上报数量:'',
  273. 是否订单尾包: '',
  274. });
  275. const add_Dialogonclick = ref(false)
  276. function baogongslpd() {
  277. // 将字符串转换为数字
  278. const reportedQuantity = parseInt(add_formData['上报数量'], 10) || 0; // 使用10作为基数表示十进制,如果转换失败则返回0
  279. const totalQuantity = parseInt(add_formData['剩余数量'], 10) || 0; // 同样处理
  280. if (reportedQuantity > totalQuantity) {
  281. ElMessage({ type: 'warning', message: '上报数量不能大于剩余数量' });
  282. add_Dialogonclick.value = false;
  283. }else if(reportedQuantity === 0){
  284. add_Dialogonclick.value = false;
  285. } else {
  286. add_Dialogonclick.value = true;
  287. }
  288. }
  289. const currentSlValue=ref('')
  290. //后道确认按钮
  291. const add_Dialog = async ()=>{
  292. if(_order.value === ''){
  293. ElMessage({type: 'warning',message: '请重新扫描小票二维码'})
  294. }else{
  295. console.log(_order.value.split(',')[0])
  296. let params ={}
  297. params.code = _code
  298. params.order = _order.value.split(',')[0].split('-')[0]
  299. params.order_id = _order.value.split(',')[0]
  300. params.gx = _gx
  301. params.gxmc = _gxmc
  302. params.cm = _order.value.split(',')[3]
  303. params.sl = _order.value.split(',')[4]
  304. params.sczl_jtbh = add_formData['机台号']
  305. params.sczl_bh = add_formData['组别']
  306. params.wb = _order.value.split(',')[5]
  307. params.sys_id = add_formData['人员']
  308. params.UniqId = UniqId.value
  309. params.s_num = add_formData['上报数量']
  310. params.ci_num = add_formData['剩余数量']
  311. console.log(params)
  312. // return false;
  313. const cf_gettab = await search(params); // 调用search函数
  314. if (cf_gettab.code === 0) {
  315. // const firstPart = add_searchInfo.value.split(',')[0];
  316. //上报后历史记录表格刷新
  317. const lsjltable = await getTab({order_id:_order.value.split(',')[0],sczl_jtbh:add_formData['机台号']});
  318. add_tableData.splice(0,add_tableData.length,...lsjltable.data.records);
  319. // //上报后刷新表格数据
  320. // const getSpotLists = await getSpotList({order:_order.value.split(',')[0],code:_code,sys_sbID:sys_sbID});
  321. // add_tableData.splice(0,add_tableData.length,...getSpotLists.data.records);
  322. add_searchInfo.value = '';
  323. setTimeout(() => {
  324. const inputElement = document.getElementById('searchInput');
  325. if (inputElement) {
  326. inputElement.focus();
  327. }
  328. }, 100); // 延迟100毫秒
  329. // searcs.value = '';
  330. add_formData['尺码']=''
  331. add_formData['数量']=''
  332. add_formData['上报数量']=''
  333. // searcs.value = 1;
  334. add_searchInfo.value = ''
  335. ElMessage({type: 'success', message: '报工成功'});
  336. }
  337. }
  338. }
  339. const gd_yulan = () => {
  340. if(_order.value === '' || _order.value === null){
  341. ElMessage({type: 'warning',message: '请选择具体的工单后,再操作此功能'})
  342. return false;
  343. }else{
  344. const order = _order.value.split('-')[0]
  345. printPageRef.value.open(order)
  346. }
  347. }
  348. //单机
  349. const add_tableRowClick = async (row) => {
  350. roww.value = row
  351. }
  352. //双击
  353. const add_updateCompanyFunc = async (row) => {
  354. }
  355. //右键
  356. const handleRightClick = async (row) => {
  357. }
  358. //复选框
  359. const add_xpSelectionChange = async (selection) => {
  360. console.log(selection.length)
  361. selectedRows.value = selection;
  362. if (selection.length === 0) {
  363. ElMessage({type: 'warning', message: '请勾选打印的数据' });
  364. return false;
  365. }else if(selection.length>0){
  366. allPrintData.value = selection.map((row) => {
  367. let weibao = row['是否尾包'] === '是' ? 1 : 0;
  368. const ewm = `${row['订单子编号']},01,${row['尺码']},${row['数量']},${weibao}`;
  369. return {
  370. emm: ewm,
  371. zddbh: row['子订单编号'],
  372. kh: row['款号'],
  373. pm: row['款式'],
  374. ys: row['颜色'],
  375. cm: row['尺码'],
  376. sl: row['数量'],
  377. zb: row['组别'],
  378. dyrq: currentDates,
  379. wb: row['尾包']
  380. };
  381. });
  382. }else{
  383. allPrintData.value = [];
  384. }
  385. console.log(allPrintData.value)
  386. }
  387. // =========== 删除按钮 ===========
  388. //记录复选框的值
  389. const bgSelection = ref(null)
  390. const baogong_del = () => {
  391. if(bgSelection.value === null || bgSelection.value === ''){
  392. ElMessage({type: 'warning',message: '请选择删除的数据' })
  393. }else{
  394. console.log(bgSelection.value)
  395. }
  396. }
  397. // 保存当前选中的行数据
  398. const table_selectrows = ref([]);
  399. // 表格复选框选中变化时触发
  400. const table_SelectionChange = (val) => {
  401. table_selectrows.value = val; // 将选中的行数据保存到 table_selectrows
  402. }
  403. // =========== 分页 ===========
  404. // 分页相关的响应式变量
  405. const page = ref(1)
  406. const total = ref(0)
  407. const pageSize = ref(10)
  408. // 分页
  409. const handleCurrentChange = (val) => {
  410. page.value = val;
  411. _getStaffList();
  412. };
  413. // 修改页面容量 点击多少条/页
  414. const handleSizeChange = (val) => {
  415. page.value = 10;//默认显示
  416. pageSize.value = val;
  417. _getStaffList();
  418. };
  419. </script>
  420. <style scoped>
  421. .form-container {
  422. display: flex;
  423. flex-wrap: wrap;
  424. }
  425. .form-column {
  426. /*flex: 1;*/
  427. margin-right: 15px; /* 调整列之间的间距 */
  428. }
  429. /* 左侧输入框宽度调整 */
  430. .form-column .el-form-item .el-input {
  431. width: 150px; /* 调整左侧输入框的宽度 */
  432. }
  433. /* 媒体查询,根据需要调整断点 */
  434. @media screen and (max-width: 768px) {
  435. .form-column {
  436. flex: 1 0 100%; /* 在小屏幕下变成单列布局 */
  437. margin-right: 0;
  438. }
  439. }
  440. /* 表格复选框大小调整 */
  441. :deep(.el-checkbox.el-checkbox--small .el-checkbox__inner) {
  442. width: 30px; /* 复选框宽度 */
  443. height: 20px; /* 复选框高度 */
  444. }
  445. :deep(.el-checkbox.el-checkbox--small.is-checked .el-checkbox__inner::after) {
  446. transform: scale(1.2) rotate(45deg); /* 调整选中后的对勾大小 */
  447. top: 5%; /* 调整对勾位置 */
  448. left: 40%; /* 调整对勾位置 */
  449. width: 5px; /* 调整对勾宽度 */
  450. height: 9px; /* 调整对勾高度 */
  451. }
  452. /*:deep(.el-table td .cell) {*/
  453. /* line-height: 30px !important;*/
  454. /*}*/
  455. .JKWTree-container {
  456. display: flex;
  457. }
  458. .JKWTree-tree {
  459. /*width: 300px;*/
  460. background-color: #fff;
  461. padding: 10px;
  462. margin-right: 20px;
  463. }
  464. .JKWTree-tree h3 {
  465. font-size: 15px;
  466. font-weight: 700;
  467. margin: 10px 0;
  468. }
  469. .JKWTree-content {
  470. flex: 1;
  471. }
  472. /* 图片上传 */
  473. .upload-box {
  474. width: 200px;
  475. height: 200px;
  476. border: 2px dashed #e2e2e2;
  477. display: flex;
  478. justify-content: center;
  479. align-items: center;
  480. position: relative;
  481. cursor: pointer;
  482. }
  483. .uploaded-image {
  484. width: 100%;
  485. height: 100%;
  486. object-fit: cover;
  487. }
  488. .upload-icon {
  489. font-size: 40px;
  490. color: #c0c4cc;
  491. }
  492. .file-input {
  493. display: none;
  494. }
  495. .el-table .warning-row {
  496. background: oldlace;
  497. }
  498. /* 选中某行时的背景色 */
  499. :deep(.el-table__body tr.current-row) > td {
  500. background: #ff80ff !important;
  501. }
  502. </style>
  503. <style scoped>
  504. :deep(.el-table td .cell) {
  505. line-height: 20px !important;
  506. }
  507. :deep(.el-tabs__header){
  508. margin-bottom: 0;
  509. }
  510. .search{
  511. margin-left: 0px !important;
  512. margin-right: 10px !important;
  513. }
  514. .bt{
  515. margin-left: 2px !important;
  516. padding: 3px !important;
  517. font-size: 12px;
  518. }
  519. .el-tabs__header{
  520. margin: 0px !important;
  521. }
  522. .gva-table-box{
  523. padding: 0px !important;
  524. margin-left: -10px !important;
  525. }
  526. .mab{
  527. margin-bottom: 5px;
  528. }
  529. /* 点击按钮改变颜色 */
  530. .active-button {
  531. background-color: #ff0000;
  532. }
  533. .default-button {
  534. background-color: #808080;
  535. }
  536. /* 搜索样式 */
  537. ::v-deep .el-input__wrapper #searchInput {
  538. font-size: 16px;
  539. }
  540. ::v-deep .el-input__wrapper #jitaihao {
  541. font-size: 18px;
  542. }
  543. ::v-deep .el-input__wrapper #gongxu {
  544. font-size: 18px;
  545. }
  546. ::v-deep .el-input__wrapper #zubie {
  547. font-size: 18px;
  548. }
  549. ::v-deep .el-input__wrapper #renyuan {
  550. font-size: 18px;
  551. }
  552. ::v-deep .el-input__wrapper #shuliang {
  553. font-size: 18px;
  554. color: red;
  555. }
  556. ::v-deep .el-input__wrapper #chima {
  557. font-size: 18px;
  558. }
  559. ::v-deep .el-input__wrapper #sbsl {
  560. font-size: 18px;
  561. color: red;
  562. }
  563. </style>