From ab931df688abda05e196cae02bb6167777414b4e Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期六, 12 七月 2025 16:01:06 +0800 Subject: [PATCH] 1.权限修改 --- src/views/salesManagement/invoiceRegistration/index.vue | 84 +++++++++++++++++++++++++++--------------- 1 files changed, 54 insertions(+), 30 deletions(-) diff --git a/src/views/salesManagement/invoiceRegistration/index.vue b/src/views/salesManagement/invoiceRegistration/index.vue index 752c6ee..f5c293c 100644 --- a/src/views/salesManagement/invoiceRegistration/index.vue +++ b/src/views/salesManagement/invoiceRegistration/index.vue @@ -74,7 +74,11 @@ width="60" /> <el-table-column label="浜у搧澶х被" prop="productCategory" /> - <el-table-column label="瑙勬牸鍨嬪彿" prop="specificationModel" /> + <el-table-column + label="瑙勬牸鍨嬪彿" + prop="specificationModel" + width="150" + /> <el-table-column label="鍗曚綅" prop="unit" width="70" /> <el-table-column label="鏁伴噺" prop="quantity" width="70" /> <el-table-column label="绋庣巼(%)" prop="taxRate" width="70" /> @@ -121,36 +125,48 @@ label="閿�鍞悎鍚屽彿" prop="salesContractNo" show-overflow-tooltip + width="200" /> <el-table-column label="瀹㈡埛鍚堝悓鍙�" prop="customerContractNo" + width="200" show-overflow-tooltip /> <el-table-column label="瀹㈡埛鍚嶇О" prop="customerName" show-overflow-tooltip + width="240" /> <el-table-column label="涓氬姟鍛�" prop="salesman" show-overflow-tooltip /> <el-table-column label="椤圭洰鍚嶇О" prop="projectName" show-overflow-tooltip + width="200" /> <el-table-column label="鍚堝悓閲戦(鍏�)" prop="contractAmount" show-overflow-tooltip :formatter="formattedNumber" + width="220" + /> <el-table-column label="宸插紑绁ㄩ噾棰�(鍏�)" prop="invoiceTotal" show-overflow-tooltip :formatter="formattedNumber" + width="120" /> - <el-table-column label="鏈紑绁ㄩ噾棰�(鍏�)" show-overflow-tooltip> + <el-table-column + label="鏈紑绁ㄩ噾棰�(鍏�)" + prop="noInvoiceAmountTotal" + show-overflow-tooltip + width="120" + > <template #default="{ row, column }"> <el-text type="danger"> {{ formattedNumber(row, column, row.noInvoiceAmountTotal) }} @@ -274,19 +290,25 @@ width="60" /> <el-table-column label="浜у搧澶х被" prop="productCategory" /> - <el-table-column label="瑙勬牸鍨嬪彿" prop="specificationModel" /> + <el-table-column + label="瑙勬牸鍨嬪彿" + prop="specificationModel" + width="150" + /> <el-table-column label="鍗曚綅" prop="unit" /> <el-table-column label="鏁伴噺" prop="quantity" width="70" /> - <el-table-column label="绋庣巼(%)" prop="taxRate" width="70" /> + <el-table-column label="绋庣巼(%)" prop="taxRate" width="80" /> <el-table-column label="鍚◣鍗曚环(鍏�)" prop="taxInclusiveUnitPrice" :formatter="formattedNumber" + width="200" /> <el-table-column label="鍚◣鎬讳环(鍏�)" prop="taxInclusiveTotalPrice" :formatter="formattedNumber" + width="200" /> <el-table-column label="涓嶅惈绋庢�讳环(鍏�)" @@ -294,33 +316,27 @@ :formatter="formattedNumber" width="150" /> - <el-table-column label="鏈寮�绁ㄦ暟" prop="currentInvoiceNum"> + <el-table-column label="鏈寮�绁ㄦ暟" prop="currentInvoiceNum" width="180"> <template #default="scope"> - <el-input - type="number" - :step="0.1" - min="0" + <el-input-number :step="0.1" :min="0" style="width: 100%" v-model="scope.row.currentInvoiceNum" - @blur="invoiceNumBlur(scope.row)" - ></el-input> + @change="invoiceNumBlur(scope.row)" + ></el-input-number> </template> </el-table-column> <el-table-column label="鏈寮�绁ㄩ噾棰�(鍏�)" prop="currentInvoiceAmount" - width="150" + width="180" > <template #default="scope"> - <el-input - type="number" - :step="0.01" - min="0" + <el-input-number :step="0.01" :min="0" style="width: 100%" v-model="scope.row.currentInvoiceAmount" - @blur="invoiceAmountBlur(scope.row)" - ></el-input> + @change="invoiceAmountBlur(scope.row)" + ></el-input-number> </template> </el-table-column> - <el-table-column label="鏈紑绁ㄦ暟" prop="noInvoiceNum"> + <el-table-column label="鏈紑绁ㄦ暟" prop="noInvoiceNum" width="120"> <template #default="scope"> <el-input type="number" @@ -333,7 +349,7 @@ <el-table-column label="鏈紑绁ㄩ噾棰�(鍏�)" prop="noInvoiceAmount" - width="150" + width="200" > <template #default="scope"> <el-input @@ -347,13 +363,17 @@ ></el-input> </template> </el-table-column> - <el-table-column label="鐧昏浜�" prop="register"> - <template #default="{ row }"> - <el-input v-model="row.register" placeholder="璇疯緭鍏ョ櫥璁颁汉" /> - </template> + <el-table-column label="鐧昏浜�" prop="register" width="100"> + <!-- <template #default="{ row }"> + <el-input + v-model="row.register" + placeholder="璇疯緭鍏ョ櫥璁颁汉" + disabled + /> + </template> --> </el-table-column> - <el-table-column label="鐧昏鏃ユ湡" prop="registerDate"> - <template #default="{ row }"> + <el-table-column label="鐧昏鏃ユ湡" prop="registerDate" width="150"> + <!-- <template #default="{ row }"> <el-date-picker style="width: 100%" v-model="row.registerDate" @@ -362,8 +382,9 @@ type="date" placeholder="璇烽�夋嫨" clearable + disabled /> - </template> + </template> --> </el-table-column> </el-table> </el-form> @@ -449,7 +470,7 @@ }; const formattedInputNumber = (value) => { - return parseFloat(value).toFixed(2); + return value ? parseFloat(value).toFixed(2) : 0; }; // 鏌ヨ鍒楄〃 @@ -488,7 +509,7 @@ productList({ salesLedgerId: row.id, type: 1 }).then((res) => { const index = tableData.value.findIndex((item) => item.id === row.id); if (index > -1) { - tableData.value[index].children = res; + tableData.value[index].children = res.data; } expandedRowKeys.value.push(row.id); }); @@ -503,8 +524,8 @@ const summarizeMainTable = (param) => { return proxy.summarizeTable(param, [ "contractAmount", - "noInvoiceAmountTotal", "invoiceTotal", + "noInvoiceAmountTotal", ]); }; // 瀛愯〃鍚堣鏂规硶 @@ -518,6 +539,7 @@ "currentInvoiceAmount", "noInvoiceNum", "noInvoiceAmount", + "currentInvoiceNum", ]); }; // 鎵撳紑寮规 @@ -531,6 +553,8 @@ productData.value = []; getSalesLedgerWithProducts({ id: selectedRows.value[0].id }).then((res) => { form.value = { ...res }; + form.value.createTime = dayjs().format("YYYY-MM-DD"); + form.value.createUer = userStore.nickName; productData.value = form.value.productData.map((item) => { return item; }); -- Gitblit v1.9.3