haoxuan
2024-04-28 3bd59622961f569ac181a0f17aeffd44858efa4f
 价税合计和数量,采购单价 3者之间计算管理的逻辑处理
1个文件已修改
8 ■■■■ 已修改文件
src/views/purchaseManage/purchase/components/SelectSupplierDialog.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/purchaseManage/purchase/components/SelectSupplierDialog.vue
@@ -123,11 +123,11 @@
      this.editConfig.editVisible = false
    },
    // 请求数据
    async getData(val, content) {
    async getData(val) {
      this.loading = true
      await getSupplierList({
        [val]: content,
        keyword: val,
        status:1,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize
@@ -162,8 +162,8 @@
      this.$emit("selClient", row)
    },
    // 搜索
    searchClick(val, content) {
      this.getData(val.value, content)
    searchClick(val) {
      this.getData(val)
    },
    resetClick() {
      this.getData()