index.vue 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778
  1. <template>
  2. <div class="sellOutOrder pagePadding">
  3. <div v-if="powers.some((i) => i == '001')">
  4. <ex-table
  5. v-loading="loading"
  6. :table="table"
  7. :data="tableData"
  8. :columns="columns"
  9. :page="pageInfo"
  10. :size="size"
  11. @page-curr-change="handlePageChange"
  12. @page-size-change="handleSizeChange"
  13. @screen-reset="
  14. pageInfo.curr = 1;
  15. parmValue.page = 1;
  16. searchList();
  17. "
  18. @screen-submit="
  19. pageInfo.curr = 1;
  20. parmValue.page = 1;
  21. searchList();
  22. "
  23. @selection="selection_change"
  24. >
  25. <template #table-header="{}">
  26. <div style="width: 100%">
  27. <el-row style="padding: 0 0 0 80px">
  28. <el-col :span="4" style="width: 405px; display: flex; align-items: center">
  29. <el-dropdown>
  30. <el-button size="mini" style="margin-right: 10px">
  31. {{ timerMaps[timerKey].label
  32. }}<i class="el-icon-arrow-down el-icon--right"></i>
  33. </el-button>
  34. <el-dropdown-menu slot="dropdown">
  35. <el-dropdown-item v-for="key in Object.keys(timerMaps)" :key="key">
  36. <p @click="setTimerKey(key)">
  37. {{ timerMaps[key].label }}
  38. </p>
  39. </el-dropdown-item>
  40. </el-dropdown-menu>
  41. </el-dropdown>
  42. <period-date-picker
  43. :type="1"
  44. :start="parmValue.start"
  45. :end="parmValue.end"
  46. :width="'134px'"
  47. :size="searchSize"
  48. @timeReturned="handleTime"
  49. />
  50. </el-col>
  51. <el-col :span="4" style="width: 230px; padding: 0 0 0 2px">
  52. <search-customer
  53. :value="parmValue.customerCode"
  54. :size="searchSize"
  55. :placeholder="'客户公司名称'"
  56. :names="parmValue.customerName"
  57. :is-detail="true"
  58. @searchChange="customerChange"
  59. />
  60. </el-col>
  61. <el-col :span="3" style="width: 66px; float: right">
  62. <el-button
  63. :size="searchSize"
  64. type="primary"
  65. style="float: right; margin-left: 5px"
  66. @click="searchList"
  67. >
  68. 刷新
  69. </el-button>
  70. </el-col>
  71. <el-col
  72. :span="4"
  73. style="width: 66px; float: right"
  74. v-if="powers.some((i) => i == '087') && !isSupertube"
  75. >
  76. <el-button
  77. type="primary"
  78. style="margin-left: 30px"
  79. @click="download"
  80. :size="searchSize"
  81. class="fr"
  82. >
  83. 导出
  84. </el-button>
  85. </el-col>
  86. </el-row>
  87. <el-row style="padding-top: 10px">
  88. <el-col :span="4" style="width: 177px">
  89. <el-switch
  90. v-model="parmValue.use_type"
  91. :active-value="usetypeOtions[1].value"
  92. :inactive-value="usetypeOtions[0].value"
  93. :active-text="usetypeOtions[1].label"
  94. :inactive-text="usetypeOtions[0].label"
  95. @change="
  96. pageInfo.curr = 1;
  97. parmValue.page = 1;
  98. searchList();
  99. "
  100. />
  101. </el-col>
  102. <el-col :span="4" style="width: 150px; padding: 0 0 0 9px">
  103. <el-select
  104. :size="searchSize"
  105. v-model="parmValue.order_source"
  106. filterable
  107. clearable
  108. placeholder="订单来源"
  109. style="width: 100%"
  110. @change="
  111. pageInfo.curr = 1;
  112. parmValue.page = 1;
  113. searchList();
  114. "
  115. >
  116. <el-option
  117. v-for="item in xs_order_source_options"
  118. :key="'orderstatus' + item.id"
  119. :label="item.label"
  120. :value="item.id"
  121. />
  122. </el-select>
  123. </el-col>
  124. <el-col :span="4" style="width: 150px; padding: 0 0 0 9px">
  125. <el-select
  126. :size="searchSize"
  127. v-model="parmValue.order_type"
  128. filterable
  129. clearable
  130. placeholder="商品类型"
  131. style="width: 100%"
  132. @change="
  133. pageInfo.curr = 1;
  134. parmValue.page = 1;
  135. searchList();
  136. "
  137. >
  138. <el-option
  139. v-for="item in xs_order_type_options"
  140. :key="'orderstatus' + item.id"
  141. :label="item.label"
  142. :value="item.id"
  143. />
  144. </el-select>
  145. </el-col>
  146. <el-col :span="4" style="width: 238px; padding: 0 0 0 10px">
  147. <search-work-company
  148. :value="parmValue.companyNo"
  149. :placeholder="'业务公司'"
  150. :size="searchSize"
  151. style="width: 100%"
  152. @searchChange="companyNosearchChange"
  153. />
  154. </el-col>
  155. <el-col :span="4" style="width: 66px" class="fr">
  156. <el-button
  157. type="warning"
  158. class="fr"
  159. :size="searchSize"
  160. @click="restSearch"
  161. >
  162. 重置
  163. </el-button>
  164. </el-col>
  165. </el-row>
  166. <el-row style="padding: 10px 0 0 0">
  167. <el-col :span="3" style="width: 177px">
  168. <el-select
  169. :size="searchSize"
  170. v-model="parmValue.status"
  171. filterable
  172. clearable
  173. placeholder="状态"
  174. style="width: 100%"
  175. @change="
  176. pageInfo.curr = 1;
  177. parmValue.page = 1;
  178. searchList();
  179. "
  180. >
  181. <el-option
  182. v-for="item in statusOptions"
  183. :key="'status' + item.id"
  184. :label="item.label"
  185. :value="item.id"
  186. />
  187. </el-select>
  188. </el-col>
  189. <el-col :span="4" style="width: 538px; padding: 0 0 0 10px">
  190. <el-input
  191. clearable
  192. :size="searchSize"
  193. placeholder="关键字"
  194. v-model="s_input"
  195. maxlength="40"
  196. class="input-with-select"
  197. >
  198. <el-select
  199. style="width: 140px"
  200. v-model="select"
  201. slot="prepend"
  202. placeholder="关键字类型"
  203. >
  204. <el-option label="销售订单编号" value="orderCode" />
  205. <el-option label="发货单编号" value="outCode" />
  206. <!-- <el-option label="供应商名称" value="supplier_name" /> -->
  207. <el-option label="商品编号" value="good_code" />
  208. <el-option label="商品名称" value="good_name" />
  209. <el-option label="申请人部门" value="company_name" />
  210. <el-option label="申请人" value="apply_name" />
  211. <el-option label="采购单编号" value="cgdNo" />
  212. </el-select>
  213. <el-button
  214. slot="append"
  215. icon="el-icon-search"
  216. @click="
  217. pageInfo.curr = 1;
  218. parmValue.page = 1;
  219. handleValue();
  220. "
  221. ></el-button>
  222. </el-input>
  223. </el-col>
  224. </el-row>
  225. </div>
  226. </template>
  227. <template #order_source="{ scope }">
  228. <el-tag
  229. :size="tablebtnSize"
  230. v-text="
  231. (
  232. xs_order_source_options.find(
  233. (item) => item.id == scope.row.order_source
  234. ) || {}
  235. ).label || '--'
  236. "
  237. ></el-tag>
  238. </template>
  239. <template #status="{ scope }">
  240. <el-tag
  241. :size="tablebtnSize"
  242. :type="scope.row.status == '0' ? 'warning' : ''"
  243. v-text="
  244. (statusOptions.find((item) => item.id == scope.row.status) || {}).label ||
  245. '--'
  246. "
  247. ></el-tag>
  248. </template>
  249. <template #use_type="{ scope }">
  250. <el-tag size="mini">
  251. {{
  252. (usetypeOtions.find(({ value }) => value === scope.row.use_type) || {})
  253. .label || "---"
  254. }}
  255. </el-tag>
  256. </template>
  257. <template #order_type="{ scope }">
  258. <el-tag
  259. :size="tablebtnSize"
  260. v-text="
  261. (
  262. xs_order_type_options.find((item) => item.id == scope.row.order_type) ||
  263. {}
  264. ).label || '--'
  265. "
  266. ></el-tag>
  267. </template>
  268. <template #operation="{ scope }">
  269. <el-tooltip
  270. v-if="powers.some((i) => i == '007')"
  271. effect="dark"
  272. content="详情"
  273. placement="top"
  274. >
  275. <i
  276. class="el-icon-view tb-icon"
  277. @click="getRouter('supplierSellOutOrderDetail', scope.row.outCode)"
  278. ></i>
  279. </el-tooltip>
  280. <!-- <el-tooltip
  281. v-if="Number(scope.row.status) >= 2"
  282. effect="dark"
  283. content="分享"
  284. placement="top"
  285. >
  286. <i class="el-icon-share tb-icon" @click="handleShare(scope.row.outCode)"></i>
  287. </el-tooltip> -->
  288. </template>
  289. </ex-table>
  290. <add-edit
  291. :id="modelId"
  292. :sitem="sitem"
  293. :show-model="showModel"
  294. :is-detail="isDetail"
  295. @refresh="searchList"
  296. @cancel="showModel = false"
  297. />
  298. </div>
  299. <div v-else>
  300. <no-auth></no-auth>
  301. </div>
  302. </div>
  303. </template>
  304. <script>
  305. import mixinPage from "@/mixins/elPaginationHandle";
  306. import resToken from "@/mixins/resToken";
  307. import { mapGetters } from "vuex";
  308. import urlConfig from "@/apis/url-config";
  309. import asyncRequest from "@/apis/service/supplierSellOut/supplierSellOutOrder";
  310. import addEdit from "./components/addEdit.vue";
  311. import { columns } from "./columns";
  312. import { shareWebUrl } from "@/config";
  313. import {
  314. xs_order_source_options,
  315. xs_order_type_options,
  316. usetypeOtions,
  317. } from "@/assets/js/statusList";
  318. import companyHelper from "@/mixins/companyHelper";
  319. export default {
  320. name: "sellOutOrder",
  321. mixins: [mixinPage, resToken, companyHelper],
  322. components: {
  323. addEdit,
  324. },
  325. computed: {
  326. ...mapGetters(["tablebtnSize", "searchSize", "size", "isSupertube"]),
  327. powers() {
  328. const tran =
  329. this.$store.getters.btnList.find(
  330. (item) => item.menu_route == "supplierSellOutOrder"
  331. ) || {};
  332. const { action } = tran ?? {};
  333. return action ?? [];
  334. },
  335. dpowers() {
  336. const tran =
  337. this.$store.getters.btnList.find(
  338. (item) => item.menu_route == "supplierSellOutOrdeDetail"
  339. ) || {};
  340. const { action } = tran ?? {};
  341. return action ?? [];
  342. },
  343. },
  344. data() {
  345. return {
  346. select: "cgdNo",
  347. s_input: "",
  348. customerCode: [], //客户公司code
  349. fileUrl: urlConfig.baseURL,
  350. usetypeOtions,
  351. changeList: [],
  352. timerKey: "add",
  353. timerMaps: {
  354. add: {
  355. start: "start",
  356. end: "end",
  357. label: "添加时间",
  358. },
  359. send: {
  360. start: "start_sendtime",
  361. end: "end_sendtime",
  362. label: "发货时间",
  363. },
  364. },
  365. sitem: null,
  366. // 状态
  367. statusOptions: [
  368. { id: "0", label: "待发货" },
  369. { id: "1", label: "待库管发货" },
  370. { id: "2", label: "已发货待收货" },
  371. { id: "3", label: "已收货" },
  372. { id: "4", label: "已全部退货" },
  373. ],
  374. loading: true,
  375. showModel: false,
  376. isDetail: false,
  377. modelId: 0,
  378. parmValue: {
  379. order_type: "",
  380. orderCode: "",
  381. apply_name: "", //申请人名称
  382. cgdNo: "",
  383. start: "",
  384. end: "",
  385. start_sendtime: "",
  386. end_sendtime: "",
  387. supplier_name: "",
  388. companyNo: "",
  389. good_code: "",
  390. good_name: "",
  391. outCode: "",
  392. status: "",
  393. company_name: "", //申请人部门
  394. page: 1, // 页码
  395. size: 15, // 每页显示条数
  396. use_type: "1",
  397. },
  398. // 表格 - 数据
  399. tableData: [],
  400. // 表格 - 参数
  401. table: {
  402. stripe: true,
  403. border: true,
  404. _defaultHeader_: ["setcol"],
  405. },
  406. // 表格 - 分页
  407. pageInfo: {
  408. size: 15,
  409. curr: 1,
  410. total: 0,
  411. },
  412. // 表格 - 列参数
  413. columns,
  414. xs_order_source_options,
  415. xs_order_type_options,
  416. };
  417. },
  418. mounted() {
  419. // return;
  420. const { back } = this.$route.query;
  421. if (back) {
  422. this.parmValue = JSON.parse(back);
  423. console.log(this.parmValue);
  424. const { page, size } = this.parmValue;
  425. // this.parmValue.start = start || last_start;
  426. // this.parmValue.end = end || last_end;
  427. if (this.parmValue.companyNo.length > 0) {
  428. this.customerCode = [this.parmValue.companyNo];
  429. }
  430. this.pageInfo = {
  431. size: size,
  432. curr: page,
  433. total: 0,
  434. };
  435. //多选条件
  436. this.select = this.parmValue.select;
  437. // this.sselect = this.parmValue.sselect;
  438. this.s_input = this.parmValue.s_input;
  439. } else {
  440. this.select = "cgdNo";
  441. // this.sselect = "创建时间"
  442. }
  443. this.searchList();
  444. },
  445. methods: {
  446. companyNosearchChange({ code }) {
  447. this.parmValue.companyNo = code;
  448. this.pageInfo.curr = 1;
  449. this.parmValue.page = 1;
  450. this.searchList();
  451. },
  452. setTimerKey(key) {
  453. this.timerKey = key;
  454. this.pageInfo.curr = 1;
  455. this.parmValue.page = 1;
  456. this.searchList();
  457. },
  458. handleShare(outCode) {
  459. const url = shareWebUrl + outCode;
  460. const input = document.createElement("input");
  461. document.body.appendChild(input);
  462. input.value = url;
  463. input.select();
  464. document.execCommand("Copy");
  465. this.$message.success("复制成功");
  466. document.body.removeChild(input);
  467. },
  468. getRouter(toRouter, queryId) {
  469. if (toRouter && queryId) {
  470. let model = {
  471. id: queryId,
  472. // type: 'view',
  473. };
  474. //有多选框的条件
  475. this.parmValue.select = this.select;
  476. // this.parmValue.sselect = this.sselect ;
  477. this.parmValue.s_input = this.s_input;
  478. //
  479. let routerModel = {
  480. options: JSON.parse(JSON.stringify(this.parmValue)),
  481. router: this.$route.path,
  482. };
  483. model.preModel = JSON.stringify(routerModel);
  484. this.routeGoto(toRouter, model);
  485. } else {
  486. this.$message.warning("暂未找到相关流程!");
  487. }
  488. },
  489. //选中触发函数
  490. selection_change(e) {
  491. const { list } = e;
  492. //选中的数组集合
  493. this.changeList = list.length > 0 ? JSON.parse(JSON.stringify(list)) : [];
  494. },
  495. //导出文件 ()
  496. async download() {
  497. if (this.changeList.length <= 0) {
  498. this.$message.warning("请选择有效数据");
  499. return;
  500. }
  501. let model = {
  502. outCodes: [],
  503. };
  504. this.changeList.forEach((item) => {
  505. model.outCodes.push(item.outCode);
  506. });
  507. // const res = await asyncRequest.exportcgdlist(model)
  508. if (!this.loading) {
  509. this.loading = true;
  510. let httpType = `aplication/zip`;
  511. axios({
  512. method: "post",
  513. url: this.fileUrl + "admin/exportsaleout",
  514. responseType: "blob",
  515. data: model,
  516. headers: {
  517. // 'Content-Type': 'multipart/form-data',
  518. // Accept: "application/vnd.ms-excel"
  519. Accept: httpType,
  520. },
  521. })
  522. .then((res) => {
  523. // console.log(res)
  524. // console.log(this.fileUrl)
  525. // return;
  526. if (res && res.status == 200 && res.data) {
  527. let url = window.URL.createObjectURL(
  528. new Blob([res.data], {
  529. // type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8",
  530. type: httpType,
  531. })
  532. );
  533. let link = document.createElement("a");
  534. link.style.display = "none";
  535. link.href = url;
  536. let excelName = "发货单.zip";
  537. link.setAttribute("download", excelName);
  538. document.body.appendChild(link);
  539. link.click();
  540. link.remove();
  541. window.URL.revokeObjectURL(url); //释放掉blob对象
  542. this.$message.success(`${message}导出成功!`);
  543. setTimeout(() => {
  544. this.loading = false;
  545. }, 500);
  546. } else {
  547. this.$message.error(res.data.message);
  548. setTimeout(() => {
  549. this.loading = false;
  550. }, 500);
  551. }
  552. })
  553. .catch((error) => {
  554. console.log(error);
  555. this.loading = false;
  556. });
  557. }
  558. },
  559. restSearch() {
  560. this.customerCode = [];
  561. this.select = "cgdNo";
  562. this.s_input = "";
  563. this.parmValue = {
  564. order_type: "",
  565. orderCode: "",
  566. apply_name: "", //申请人名称
  567. cgdNo: "",
  568. start: "",
  569. end: "",
  570. // supplierNo: "",
  571. companyNo: "",
  572. good_code: "",
  573. good_name: "",
  574. outCode: "",
  575. status: "",
  576. company_name: "", //申请人部门
  577. page: 1, // 页码
  578. size: 15, // 每页显示条数
  579. use_type: "1",
  580. };
  581. // 表格 - 分页
  582. this.pageInfo = {
  583. size: 15,
  584. curr: 1,
  585. total: 0,
  586. };
  587. this.searchList();
  588. },
  589. openModal(id, isDetail, sitem) {
  590. this.showModel = true;
  591. this.modelId = id;
  592. this.isDetail = isDetail;
  593. this.sitem = sitem;
  594. },
  595. async deleteById(id, status) {
  596. await this.$confirm("确定要删除?", {
  597. confirmButtonText: "确定",
  598. cancelButtonText: "取消",
  599. type: "warning",
  600. })
  601. .then(async () => {
  602. const model = {
  603. id: id,
  604. status: status + "" === "1" ? "0" : "1",
  605. };
  606. const res = await asyncRequest.status(model);
  607. if (res && res.code === 0) {
  608. this.$notify.success({
  609. title: "删除成功",
  610. message: "",
  611. });
  612. this.searchList();
  613. } else if (res && res.code >= 100 && res.code <= 104) {
  614. await this.logout();
  615. } else {
  616. this.$message.warning(res.message);
  617. }
  618. })
  619. .catch(() => {
  620. console.log("取消");
  621. });
  622. },
  623. // 列表搜索
  624. async searchList() {
  625. const { start: startProp, end: endProp } = this.timerMaps[this.timerKey];
  626. if (
  627. (this.parmValue[startProp] !== "" && this.parmValue[endProp] === "") ||
  628. (this.parmValue[startProp] === "" && this.parmValue[endProp] !== "")
  629. ) {
  630. this.$message.warning("时间区间不完整!");
  631. return;
  632. }
  633. this.loading = true;
  634. let model = JSON.parse(JSON.stringify(this.parmValue));
  635. model['customerCode'] = Array.isArray(model['customerCode']) ? model['customerCode'][0] : model['customerCode']
  636. delete model['customerName']
  637. model['noRelation'] = true
  638. model.supplierNo = this.currentCompany;
  639. // model.noRelation = true
  640. const res = await asyncRequest.list(model);
  641. if (res && res.code === 0 && res.data) {
  642. this.tableData = res.data.list;
  643. this.pageInfo.total = Number(res.data.count);
  644. this.tableData.forEach((v) => {
  645. v.good_class = "";
  646. if (v.can && v.can.length > 0) {
  647. v.can.forEach((x, i) => {
  648. v.good_class += i === 0 ? x.name : "/" + x.name;
  649. });
  650. }
  651. });
  652. } else if (res && res.code >= 100 && res.code <= 104) {
  653. await this.logout();
  654. } else {
  655. this.tableData = [];
  656. this.pageInfo.total = 0;
  657. }
  658. this.loading = false;
  659. },
  660. async statusConfirm(id, status) {
  661. let str = status + "" === "1" ? "禁用" : "启用";
  662. await this.$confirm("确定要改为" + str + "?", {
  663. confirmButtonText: "确定",
  664. cancelButtonText: "取消",
  665. type: "warning",
  666. })
  667. .then(async () => {
  668. this.loading = true;
  669. const model = {
  670. id: id,
  671. status: status + "" === "1" ? "0" : "1",
  672. };
  673. const res = await asyncRequest.status(model);
  674. if (res && res.code === 0) {
  675. this.loading = false;
  676. this.$notify.success({
  677. title: "状态修改成功!",
  678. message: "",
  679. });
  680. await this.searchList();
  681. } else if (res && res.code >= 100 && res.code <= 104) {
  682. await this.logout();
  683. } else {
  684. this.$message.warning(res.message);
  685. }
  686. })
  687. .catch(() => {
  688. console.log("取消");
  689. });
  690. },
  691. // 时间选择事件
  692. async handleTime(e, isSend) {
  693. const startProp = isSend ? "start_sendtime" : "start";
  694. const endProp = isSend ? "end_sendtime" : "end";
  695. if (e.startTime !== "") {
  696. this.parmValue[startProp] = e.startTime;
  697. } else {
  698. this.parmValue[startProp] = "";
  699. }
  700. if (e.endTime !== "") {
  701. this.parmValue[endProp] = e.endTime;
  702. } else {
  703. this.parmValue[endProp] = "";
  704. }
  705. if (this.parmValue[startProp] !== "" && this.parmValue[endProp] !== "") {
  706. this.pageInfo.curr = 1;
  707. this.parmValue.page = 1;
  708. await this.searchList();
  709. }
  710. },
  711. async customerChange(e) {
  712. if (e && e.id) {
  713. this.parmValue.customerCode = [e.code];
  714. this.parmValue.customerName = e.label;
  715. // this.parmValue.companyNo = e.code;
  716. } else {
  717. this.parmValue.customerCode = [];
  718. this.parmValue.customerName = "";
  719. // this.parmValue.companyNo = "";
  720. }
  721. this.pageInfo.curr = 1;
  722. this.parmValue.page = 1;
  723. await this.searchList();
  724. },
  725. async handleValue() {
  726. this.parmValue.orderCode = this.select === "orderCode" ? this.s_input : "";
  727. this.parmValue.outCode = this.select === "outCode" ? this.s_input : "";
  728. this.parmValue.supplier_name = this.select === "supplier_name" ? this.s_input : "";
  729. // this.parmValue.supplierName =
  730. // this.select === "supplierNo" ? this.s_input : "";
  731. this.parmValue.good_code = this.select === "good_code" ? this.s_input : "";
  732. this.parmValue.good_name = this.select === "good_name" ? this.s_input : "";
  733. this.parmValue.apply_name = this.select === "apply_name" ? this.s_input : "";
  734. this.parmValue.cgdNo = this.select === "cgdNo" ? this.s_input : "";
  735. this.parmValue.company_name = this.select === "company_name" ? this.s_input : "";
  736. await this.searchList();
  737. },
  738. },
  739. };
  740. </script>
  741. <style lang="scss" scoped>
  742. .zxoutOrder {
  743. }
  744. </style>