代码更新

This commit is contained in:
GaoHao
2025-03-10 09:14:57 +08:00
parent 4f65b08c06
commit 490c513f48
48 changed files with 1162 additions and 537 deletions

View File

@@ -9,7 +9,6 @@
ref="uFormRef"
>
<view class="card">
<up-form-item label="挂账人" prop="debtor" borderBottom="true" >
<up-input v-model="pageData.formData.debtor" placeholder="请输入挂账人" border="none" ></up-input>
</up-form-item>
@@ -57,11 +56,12 @@
</view>
</template>
<script setup>
import go from '@/commons/utils/go.js'
import { debounce } from '@/commons/utils/debounce.js'
import { addCreditBuyer, editCreditBuyer } from '@/http/yskApi/credit.js'
import { reactive, ref } from 'vue';
import { onLoad } from '@dcloudio/uni-app';
import go from '@/commons/utils/go.js'
import { debounce } from '@/commons/utils/debounce.js'
import { addCreditBuyer,editCreditBuyer } from '@/api/buyer.js';
const pageData = reactive({
id: null,
title: "",
@@ -195,6 +195,8 @@
background: #318AFE;
}
.cancel{
height: 80rpx;
line-height: 80rpx;
font-weight: 400;
color: #999999;
}